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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Apr 24 02:57:27 UTC 2010


Author: mikehh
Date: Sat Apr 24 02:57:27 2010
New Revision: 45960
URL: https://trac.parrot.org/parrot/changeset/45960

Log:
fix codetest failure - trailing space

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sat Apr 24 02:50:09 2010	(r45959)
+++ trunk/config/gen/makefiles/root.in	Sat Apr 24 02:57:27 2010	(r45960)
@@ -2468,7 +2468,7 @@
     @ld_out@$@ src/glut_callbacks$(O) src/glut_nci_thunks$(O) \
     $(ALL_PARROT_LIBS) @opengl_lib@
 
-src/extra_nci_thunks.c : src/nci/extra_thunks.nci $(NCI_THUNK_GEN) 
+src/extra_nci_thunks.c : src/nci/extra_thunks.nci $(NCI_THUNK_GEN)
 	$(NCI_THUNK_GEN) --dynext --no-warn-dups \
 	    --output=src/extra_nci_thunks.c <src/nci/extra_thunks.nci
 


More information about the parrot-commits mailing list