diff options
Diffstat (limited to 'protocols/jabber')
| -rw-r--r-- | protocols/jabber/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile index 32946b18..20bc1259 100644 --- a/protocols/jabber/Makefile +++ b/protocols/jabber/Makefile @@ -7,8 +7,8 @@  ### DEFINITIONS  -include ../../Makefile.settings -ifdef SRCDIR -SRCDIR := $(SRCDIR)protocols/jabber/ +ifdef _SRCDIR_ +_SRCDIR_ := $(_SRCDIR_)protocols/jabber/  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 $@ | 
