[svn:parrot] r43509 - branches/one_make/config/gen/makefiles

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Jan 20 08:19:26 UTC 2010


Author: cotto
Date: Wed Jan 20 08:19:26 2010
New Revision: 43509
URL: https://trac.parrot.org/parrot/changeset/43509

Log:
[makefile] fix some makefile template goofs

Modified:
   branches/one_make/config/gen/makefiles/root.in

Modified: branches/one_make/config/gen/makefiles/root.in
==============================================================================
--- branches/one_make/config/gen/makefiles/root.in	Wed Jan 20 08:18:29 2010	(r43508)
+++ branches/one_make/config/gen/makefiles/root.in	Wed Jan 20 08:19:26 2010	(r43509)
@@ -232,7 +232,7 @@
     $(GEN_MAKEFILES) \
     ext/Parrot-Embed/Makefile.PL \
     myconfig  \
-    $(G	EN_PASM_INCLUDES) \
+    $(GEN_PASM_INCLUDES) \
     src/call_list.txt \
     MANIFEST.configure.generated \
     .configure_trace.sto \
@@ -1117,6 +1117,10 @@
 runtime/parrot/include/errors.pasm : $(INC_DIR)/warnings.h $(H2INC)
 	$(PERL) $(H2INC) $(INC_DIR)/warnings.h $@
 
+runtime/parrot/include/tm.pasm : src/utils.c $(H2INC)
+	$(PERL) $(H2INC) src/utils.c $@
+
+
 $(INC_DIR)/oplib/ops.h lib/Parrot/OpLib/core.pm : $(OPS_FILES) $(BUILD_TOOLS_DIR)/ops2pm.pl \
     lib/Parrot/OpsFile.pm lib/Parrot/Op.pm src/ops/ops.num src/ops/ops.skip
 	$(PERL) $(BUILD_TOOLS_DIR)/ops2pm.pl @no_lines_flag@ $(OPS_FILES)


More information about the parrot-commits mailing list