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 $^))
        #######################################################################
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to