following corrects 1 remaining use of bare 'perl' to match all the other uses of $(PERL)


--- root.in~    Sun Aug 10 15:54:44 2003
+++ root.in    Sun Aug 10 17:58:02 2003
@@ -480,7 +480,7 @@
cpu_dep$(O) : $(GENERAL_H_FILES)

nci.c : call_list.txt build_nativecall.pl
-    perl build_nativecall.pl call_list.txt
+    $(PERL) build_nativecall.pl call_list.txt

#core_ops depends upon config.h so that it gets updated along with updates to config.h's version numbers
core_ops.c $(INC)/oplib/core_ops.h : $(OPS_FILES) ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm $(INC)/config.h





Reply via email to