diff options
Diffstat (limited to 'protocols/yahoo')
-rw-r--r-- | protocols/yahoo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/yahoo/Makefile b/protocols/yahoo/Makefile index 7908b773..d756d1e7 100644 --- a/protocols/yahoo/Makefile +++ b/protocols/yahoo/Makefile @@ -7,8 +7,8 @@ ### DEFINITIONS -include ../../Makefile.settings -ifdef SRCDIR -SRCDIR := $(SRCDIR)protocols/yahoo/ +ifdef _SRCDIR_ +_SRCDIR_ := $(_SRCDIR_)protocols/yahoo/ endif # [SH] Program variables @@ -36,7 +36,7 @@ distclean: clean $(objects): ../../Makefile.settings Makefile -$(objects): %.o: $(SRCDIR)%.c +$(objects): %.o: $(_SRCDIR_)%.c @echo '*' Compiling $< @$(CC) -c $(CFLAGS) $< -o $@ |