perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r24276 - trunk/config/gen/makefiles

Subject: [svn:parrot] r24276 - trunk/config/gen/makefiles
From:
Date: Sat, 29 Dec 2007 18:17:26 -0800 PST
Newsgroups: perl.cvs.parrot

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

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r24276 - trunk/config/gen/makefiles, chromatic <=