aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-02-11 12:55:45 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2012-02-11 12:55:45 +0000
commit7fa5c192c40cedb4111f0cfd3aaad9126861588b (patch)
treeb98d2679c933f562a0d30c05464cb2de19a3b560 /protocols/oscar
parent23445b601770e612be584294ad066ad45952542f (diff)
Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR
unexpectedly being set to something already.
Diffstat (limited to 'protocols/oscar')
-rw-r--r--protocols/oscar/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/oscar/Makefile b/protocols/oscar/Makefile
index a83830df..b26484ec 100644
--- a/protocols/oscar/Makefile
+++ b/protocols/oscar/Makefile
@@ -7,9 +7,9 @@
### DEFINITIONS
-include ../../Makefile.settings
-ifdef SRCDIR
-SRCDIR := $(SRCDIR)protocols/oscar/
-CFLAGS += -I$(SRCDIR)
+ifdef _SRCDIR_
+_SRCDIR_ := $(_SRCDIR_)protocols/oscar/
+CFLAGS += -I$(_SRCDIR_)
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 $@