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

particle at svn.parrot.org particle at svn.parrot.org
Fri Mar 5 17:32:14 UTC 2010


Author: particle
Date: Fri Mar  5 17:32:13 2010
New Revision: 44656
URL: https://trac.parrot.org/parrot/changeset/44656

Log:
fix yet another slashie

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Fri Mar  5 17:26:42 2010	(r44655)
+++ trunk/config/gen/makefiles/root.in	Fri Mar  5 17:32:13 2010	(r44656)
@@ -522,7 +522,7 @@
 PARROT_CONFIG       = . at slash@parrot_config$(EXE)
 PIRC                = . at slash@pirc$(EXE)
 NQP_RX              = . at slash@parrot-nqp$(EXE)
-NCI_THUNK_GEN       = ./parrot_nci_thunk_gen$(EXE)
+NCI_THUNK_GEN       = . at slash@parrot_nci_thunk_gen$(EXE)
 
 # Installable executables
 INSTALLABLEPARROT    = . at slash@installable_parrot$(EXE)
@@ -533,7 +533,7 @@
 INSTALLABLEPDB       = . at slash@installable_parrot_debugger$(EXE)
 INSTALLABLECONFIG    = . at slash@installable_parrot_config$(EXE)
 INSTALLABLENQP       = . at slash@installable_parrot-nqp$(EXE)
-INSTALLABLENCITHUNKGEN = ./installable_parrot_nci_thunk_gen$(EXE)
+INSTALLABLENCITHUNKGEN = . at slash@installable_parrot_nci_thunk_gen$(EXE)
 
 # Libraries
 LIBPARROT_STATIC    = @blib_dir@/@libparrot_static@


More information about the parrot-commits mailing list