[Asterisk-cvs] asterisk/stdtime Makefile,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Sat Oct 25 12:30:08 CDT 2003


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

Modified Files:
	Makefile 
Log Message:
stdtime build improvements


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/stdtime/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	27 Sep 2003 02:32:30 -0000	1.2
+++ Makefile	25 Oct 2003 17:56:14 -0000	1.3
@@ -1,7 +1,3 @@
-CC=gcc
-#CFLAGS=-Wall
-INCLUDE=-I../include
-
 OBJS=localtime.o
 
 all: libtime.a
@@ -9,6 +5,8 @@
 libtime.a: $(OBJS)
 	ar rv $@ $(OBJS)
 	ranlib $@
+
+install:
 
 clean:
 	rm -f libtime.a *.o test




More information about the svn-commits mailing list