[Asterisk-cvs] asterisk/stdtime Makefile,1.4,1.5

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jun 20 13:25:14 CDT 2005


Update of /usr/cvsroot/asterisk/stdtime
In directory mongoose.digium.com:/tmp/cvs-serv32287/stdtime

Modified Files:
	Makefile 
Log Message:
move tools used during build into build_tools subdirectory
clean up Makefile headers


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/stdtime/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	5 Nov 2003 06:19:41 -0000	1.4
+++ Makefile	20 Jun 2005 17:26:08 -0000	1.5
@@ -14,7 +14,7 @@
 depend: .depend
 
 .depend:
-	../mkdep $(CFLAGS) *.c
+	../build_tools/mkdep $(CFLAGS) *.c
 
 test: test.c
 	${CC} ${CFLAGS} -o test test.c




More information about the svn-commits mailing list