[Asterisk-cvs] asterisk/apps Makefile,1.22,1.23
markster at lists.digium.com
markster at lists.digium.com
Sat Oct 25 12:01:46 CDT 2003
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv5590/apps
Modified Files:
Makefile
Log Message:
Add DESTDIR support (bug #200)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile 22 Oct 2003 13:34:59 -0000 1.22
+++ Makefile 25 Oct 2003 17:27:53 -0000 1.23
@@ -50,7 +50,7 @@
$(CC) -shared -Xlinker -x -o $@ $< -ltonezone
install: all
- for x in $(APPS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
+ for x in $(APPS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
app_todd.o: app_todd.c
gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c
More information about the svn-commits
mailing list