ppcrcd/trunk/Makefile
    sparky 
    cvs at pld-linux.org
       
    Sat Feb 11 21:06:24 CET 2006
    
    
  
Author: sparky
Date: Sat Feb 11 21:06:20 2006
New Revision: 6968
Modified:
   ppcrcd/trunk/Makefile
Log:
- fixed $(error)
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Sat Feb 11 21:06:20 2006
@@ -212,7 +212,7 @@
 
 out/rpm/rpms/%:
 	@#XXX every package neads something like: $(R)/setup: $(P)/setup
-	@[ -n "$^" ] || $(error $@: prerequisite needed)
+	$(if $^,,$(error $@: prerequisite needed))
 	#######################################################################
 	###	Building $(notdir $(firstword $^))
 	#######################################################################
    
    
More information about the pld-cvs-commit
mailing list