Author: autrijus
Date: Tue May  2 11:35:02 2006
New Revision: 12480

Modified:
   trunk/config/gen/makefiles/pheme.in

Log:
* pheme.in: chromatic's perl is in /usr/bin/perl5.8.8, 
  but mine is not; make it a bit more portable with @[EMAIL PROTECTED]

Modified: trunk/config/gen/makefiles/pheme.in
==============================================================================
--- trunk/config/gen/makefiles/pheme.in (original)
+++ trunk/config/gen/makefiles/pheme.in Tue May  2 11:35:02 2006
@@ -2,7 +2,7 @@
 
 # Setup some commands
 LN_S     = /bin/ln -s
-PERL     = /usr/bin/perl5.8.8
+PERL     = @perl@
 RM_F     = $(PERL) -MExtUtils::Command -e rm_f
 PARROT   = ../../parrot
 PGE_DIR  = ../../compilers/pge/

Reply via email to