aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/purple')
-rw-r--r--protocols/purple/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/purple/Makefile b/protocols/purple/Makefile
index 5a096777..e02641c1 100644
--- a/protocols/purple/Makefile
+++ b/protocols/purple/Makefile
@@ -7,8 +7,8 @@
### DEFINITIONS
-include ../../Makefile.settings
-ifdef SRCDIR
-SRCDIR := $(SRCDIR)protocols/purple/
+ifdef _SRCDIR_
+_SRCDIR_ := $(_SRCDIR_)protocols/purple/
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 $@