[svn:parrot] r44584 - branches/rm_cflags/config/gen/makefiles
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Mar 2 08:15:25 UTC 2010
Author: mikehh
Date: Tue Mar 2 08:15:24 2010
New Revision: 44584
URL: https://trac.parrot.org/parrot/changeset/44584
Log:
fix codetest failure - trailing spaces/tab
Modified:
branches/rm_cflags/config/gen/makefiles/root.in
Modified: branches/rm_cflags/config/gen/makefiles/root.in
==============================================================================
--- branches/rm_cflags/config/gen/makefiles/root.in Tue Mar 2 06:58:35 2010 (r44583)
+++ branches/rm_cflags/config/gen/makefiles/root.in Tue Mar 2 08:15:24 2010 (r44584)
@@ -1405,8 +1405,8 @@
$(PARROT_H_HEADERS) \
include/pmc/pmc_unmanagedstruct.h \
include/pmc/pmc_nci.h \
- src/nci/extra_thunks.c
- $(CC) $(CFLAGS) @ccwarn::src/nci/extra_thunks.c@ @cc_shared@ -I$(@D) @cc_o_out@ $@ -c src/nci/extra_thunks.c
+ src/nci/extra_thunks.c
+ $(CC) $(CFLAGS) @ccwarn::src/nci/extra_thunks.c@ @cc_shared@ -I$(@D) @cc_o_out@ $@ -c src/nci/extra_thunks.c
src/frame_builder$(O) : $(PARROT_H_HEADERS) src/frame_builder.h \
include/pmc/pmc_fixedintegerarray.h \
More information about the parrot-commits
mailing list