[Modconf-commits] r199 - trunk/modconf

Frank Lichtenheld djpig at debian.org
Fri Nov 10 11:03:28 CET 2006


Author: djpig
Date: 2006-11-10 11:03:28 +0100 (Fri, 10 Nov 2006)
New Revision: 199

Modified:
   trunk/modconf/Makefile
Log:
Uuups, restored to wrong make target. Fix the fix


Modified: trunk/modconf/Makefile
===================================================================
--- trunk/modconf/Makefile	2006-11-10 09:38:22 UTC (rev 198)
+++ trunk/modconf/Makefile	2006-11-10 10:03:28 UTC (rev 199)
@@ -64,10 +64,10 @@
 
 build/eval_%.auto: build/kerneldsc
 	[ -d build ] || mkdir build
+	cat build/kerneldsc | sort | uniq > $@
 
 build/kerneldsc:
-	debian/mkkerneldesc.pl "$(KERNELTREE26)" >> build/kerneldsc
-	cat build/kerneldsc | sort | uniq > $@
+	debian/mkkerneldesc.pl "$(KERNELTREE26)" > build/kerneldsc
 
 count: $(EVALTARGETS)
 	@for i in $(EVALTARGETS); do \




More information about the Modconf-commits mailing list