[svn:parrot] r44592 - branches/rm_cflags/config/gen/makefiles

coke at svn.parrot.org coke at svn.parrot.org
Tue Mar 2 13:25:24 UTC 2010


Author: coke
Date: Tue Mar  2 13:25:22 2010
New Revision: 44592
URL: https://trac.parrot.org/parrot/changeset/44592

Log:
Makefiles are /supposed/ to have tabs; fix the build.

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 11:13:43 2010	(r44591)
+++ branches/rm_cflags/config/gen/makefiles/root.in	Tue Mar  2 13:25:22 2010	(r44592)
@@ -1406,7 +1406,7 @@
     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
+	$(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