[svn-commits] branch 1.2 r1013 - /branches/1.2/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Apr 30 08:42:26 MST 2006


Author: kpfleming
Date: Sun Apr 30 10:42:26 2006
New Revision: 1013

URL: http://svn.digium.com/view/zaptel?rev=1013&view=rev
Log:
remove duplicate dependencies and unnecessary rules

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?rev=1013&r1=1012&r2=1013&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Sun Apr 30 10:42:26 2006
@@ -177,39 +177,23 @@
 
 tests: patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest
 
-tor2.o: tor2-hw.h tor2fw.h zaptel.h
-
-zaptel.o: zaptel.h digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h zconfig.h version.h
-
-torisa.o: zaptel.h torisa.h
-
-wcusb.o: wcusb.h zaptel.h
-
-wcfxsusb.o: wcfxsusb.h zaptel.h
-
-wcfxo.o: zaptel.h
-
-wct1xxp.o: zaptel.h
-
-wcte11xp.o: zaptel.h
-
-ztd-loc.o: zaptel.h
-
-wct4xxp.o: zaptel.h
-
-wctdm.o: zaptel.h wctdm.h
-
-wctdm24xxp.o: zaptel.h wctdm.h
-
-pciradio.o: zaptel.h radfw.h
-
-wcs3200p.o: zaptel.h
+tor2.o: tor2-hw.h tor2fw.h
+
+zaptel.o: digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h zconfig.h version.h
+
+torisa.o: torisa.h
+
+wcusb.o: wcusb.h
+
+wcfxsusb.o: wcfxsusb.h
+
+wctdm.o: wctdm.h
+
+wctdm24xxp.o: wctdm.h
+
+pciradio.o: radfw.h
 
 ztdummy.o: ztdummy.h
-
-ztdynamic.o: zaptel.h
-
-ztd-eth.o: zaptel.h
 
 $(MODULESO): %.o: %.c zaptel.h
 	$(HOSTCC) $(KFLAGS) -o $@ -c $<



More information about the svn-commits mailing list