Author: pmichaud
Date: Wed May  4 13:01:56 2005
New Revision: 7979

Modified:
   trunk/config/gen/makefiles/pge.in
Log:
Execution path fix from François PERRAD.


Modified: trunk/config/gen/makefiles/pge.in
==============================================================================
--- trunk/config/gen/makefiles/pge.in   (original)
+++ trunk/config/gen/makefiles/pge.in   Wed May  4 13:01:56 2005
@@ -4,7 +4,7 @@
 LN_S     = ${lns}
 PERL     = ${perl}
 RM_RF    = ${rm_rf}
-PARROT   = ..${slash}..${slash}parrot${exe}
+PARROT   = ..${slash_exec}..${slash_exec}parrot${exe}
 CP       = ${cp}
 
 # Where to put things

Reply via email to