|
|
Author: chromatic
Date: Sat Dec 29 18:17:25 2007
New Revision: 24276
Modified:
trunk/config/gen/makefiles/root.in
Log:
[config] Fix path in previous commit so that it actually works.
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Sat Dec 29 18:17:25 2007
@@ -761,7 +761,7 @@
$(SRC_DIR)/parrot_config$(O)
pbc_to_c.pir : $(PARROT) tools/dev/pbc_to_c_gen.pl
- $(PERL) pbc_to_c_gen.pl \
+ $(PERL) tools/dev/pbc_to_c_gen.pl \
'$(CUR_DIR)/CFLAGS $(CC) "" $(CFLAGS) -I$(@D) @cc_o_out@ \
@ld_out@ @rpath_blib@ $(ALL_PARROT_LIBS) $(LINKFLAGS)' \
> pbc_to_c.pir
|
|