Hi all,
the attached patch avoids a GNU-makeism. $< are only allowed in suffix
rules.

Joerg
Index: data/config/Makefile.am
===================================================================
--- data/config/Makefile.am     (revision 41009)
+++ data/config/Makefile.am     (working copy)
@@ -11,4 +11,4 @@
 all: $(DB)
 
 $(DB): $(SCRIPT)
-               sh $< || :
+               sh ${SCRIPT} || :
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to