[Asterisk-cvs] asterisk/channels Makefile,1.44,1.45
citats at lists.digium.com
citats at lists.digium.com
Tue Apr 27 17:24:11 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/home/citats/cvs/asterisk/channels
Modified Files:
Makefile
Log Message:
Portability fix, use the shells path for sed and env
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Makefile 19 Apr 2004 08:11:51 -0000 1.44
+++ Makefile 27 Apr 2004 21:30:32 -0000 1.45
@@ -187,5 +187,5 @@
../mkdep $(CFLAGS) `ls *.c`
env:
- /bin/env
+ env
More information about the svn-commits
mailing list