ppcrcd/trunk/Makefile

sparky cvs at pld-linux.org
Wed Jul 12 04:38:36 CEST 2006


Author: sparky
Date: Wed Jul 12 04:38:34 2006
New Revision: 7510

Modified:
   ppcrcd/trunk/Makefile
Log:
- did I say I hate new make ? '%' in '.SECONDARY: out/rpm/SPECS/%.spec' is not working !


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Wed Jul 12 04:38:34 2006
@@ -421,4 +421,4 @@
 	
 .NOTPARALLEL: out/rpm/installed/%
 
-.SECONDARY: out/rpm/SPECS/%.spec
+.SECONDARY: $(addprefix out/rpm/SPECS/,$(addsuffix .spec,$(I)))


More information about the pld-cvs-commit mailing list