[Asterisk-cvs] asterisk/res Makefile,1.12,1.13
citats at lists.digium.com
citats at lists.digium.com
Tue Apr 27 17:24:11 CDT 2004
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/home/citats/cvs/asterisk/res
Modified Files:
Makefile
Log Message:
Portability fix, use the shells path for sed and env
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/res/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile 16 Apr 2004 18:57:07 -0000 1.12
+++ Makefile 27 Apr 2004 21:30:32 -0000 1.13
@@ -46,4 +46,4 @@
../mkdep $(CFLAGS) `ls *.c`
env:
- /bin/env
+ env
More information about the svn-commits
mailing list