[Asterisk-cvs] zaptel Makefile,1.35,1.36

malcolmd at lists.digium.com malcolmd at lists.digium.com
Thu Mar 4 14:28:45 CST 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv3091

Modified Files:
	Makefile 
Log Message:
Typo w/ sethdlc-new stuff in Makefile, now fixed


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile	4 Mar 2004 19:14:02 -0000	1.35
+++ Makefile	4 Mar 2004 19:19:51 -0000	1.36
@@ -167,7 +167,7 @@
 	$(CC) -o sethdlc-new sethdlc-new.o
 
 sethdlc-new.o: sethdlc-new.c
-	($CC) -c $(CFLAGS) -I$(KINCLUDES) sethdlc-new.c
+	$(CC) -c $(CFLAGS) -I$(KINCLUDES) sethdlc-new.c
 
 $(LIBTONEZONE): $(TZOBJS)
 	$(CC) -shared -Wl,-soname,libtonezone.so.1 -lm -o $@ $(TZOBJS)




More information about the svn-commits mailing list