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