[Freeswitch-branches] [commit] r1806 - freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip
Freeswitch SVN
stkn at freeswitch.org
Mon Jul 10 01:13:38 EDT 2006
Author: stkn
Date: Mon Jul 10 01:13:37 2006
New Revision: 1806
Modified:
freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/Makefile
Log:
call pjsdp configure in a subshell (a little less ugly than cd foo; bar; cd ..)
Modified: freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/Makefile
==============================================================================
--- freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/Makefile (original)
+++ freeswitch/branches/stkn/src/mod/endpoints/mod_pjsip/Makefile Mon Jul 10 01:13:37 2006
@@ -39,7 +39,7 @@
depends:
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) $(PJ_PROJECT).tar.gz --prefix=$(PREFIX)
- cd pjsdp; ./configure; cd $(srcdir)
+ (cd pjsdp; ./configure)
%.o: %.c
$(CC) -fPIC $(CFLAGS) -c -o $@ $<
More information about the Freeswitch-branches
mailing list