[Asterisk-cvs] zaptel Makefile,1.78,1.79

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon May 23 18:44:16 CDT 2005


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

Modified Files:
	Makefile 
Log Message:
fix module build failure for 2.4 kernels (bad developer... no donut!)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Makefile	21 May 2005 18:39:28 -0000	1.78
+++ Makefile	23 May 2005 22:48:36 -0000	1.79
@@ -169,7 +169,7 @@
 ztd-eth.o: zaptel.h
 
 $(MODULESO): %.o: %.c zaptel.h
-	$(HOSTCC) $(KFLAGS) -o $@ -c $^
+	$(HOSTCC) $(KFLAGS) -o $@ -c $<
 
 tor2ee.o: tor2-hw.h
 
@@ -226,7 +226,7 @@
 	$(CC) -o $@ -c $(CFLAGS) -I$(KINCLUDES) $^
 
 libtonezone.a: $(TZOBJS)
-	ar rcs libtonezone.a $(TZOBJS)
+	ar rcs libtonezone.a $^
 
 $(LIBTONEZONE_SO): $(TZOBJS)
 	$(CC) -shared -Wl,-soname,$(LIBTONEZONE_SO).$(LIBTONEZONE_SO_MAJOR_VER) -lm -o $@ $^




More information about the svn-commits mailing list