From 7fa5c192c40cedb4111f0cfd3aaad9126861588b Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 11 Feb 2012 12:55:45 +0000 Subject: Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR unexpectedly being set to something already. --- protocols/twitter/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/twitter') diff --git a/protocols/twitter/Makefile b/protocols/twitter/Makefile index 74f0ea11..a1ad2301 100644 --- a/protocols/twitter/Makefile +++ b/protocols/twitter/Makefile @@ -7,8 +7,8 @@ ### DEFINITIONS -include ../../Makefile.settings -ifdef SRCDIR -SRCDIR := $(SRCDIR)protocols/twitter/ +ifdef _SRCDIR_ +_SRCDIR_ := $(_SRCDIR_)protocols/twitter/ endif # [SH] Program variables @@ -35,7 +35,7 @@ distclean: clean $(objects): ../../Makefile.settings Makefile -$(objects): %.o: $(SRCDIR)%.c +$(objects): %.o: $(_SRCDIR_)%.c @echo '*' Compiling $< @$(CC) -c $(CFLAGS) $< -o $@ -- cgit v1.2.3