[Asterisk-cvs] asterisk/apps Makefile,1.57,1.58

citats at lists.digium.com citats at lists.digium.com
Tue Apr 27 17:24:19 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/home/citats/cvs/asterisk/apps

Modified Files:
	Makefile 
Log Message:
Portability fix, use the shells path for sed and env


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Makefile	20 Apr 2004 20:05:14 -0000	1.57
+++ Makefile	27 Apr 2004 21:30:31 -0000	1.58
@@ -102,4 +102,4 @@
 	../mkdep $(CFLAGS) `ls *.c`
 
 env:
-	/bin/env
+	env




More information about the svn-commits mailing list