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

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


Author: cotto
Date: Wed Jan 20 08:03:25 2010
New Revision: 43505
URL: https://trac.parrot.org/parrot/changeset/43505

Log:
[makefile] fix some copy/paste 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:02:58 2010	(r43504)
+++ branches/one_make/config/gen/makefiles/root.in	Wed Jan 20 08:03:25 2010	(r43505)
@@ -1108,12 +1108,12 @@
 	$(PERL) $(H2INC) $(INC_DIR)/packfile.h $@
 
 runtime/parrot/include/except_types.pasm : $(INC_DIR)/exceptions.h $(H2INC)
-	$(PERL) $(H2INC) $(INC_DIR)/io.h $@
+	$(PERL) $(H2INC) $(INC_DIR)/exceptions.h $@
 runtime/parrot/include/except_severity.pasm : $(INC_DIR)/exceptions.h $(H2INC)
-	$(PERL) $(H2INC) $(INC_DIR)/io.h $@
+	$(PERL) $(H2INC) $(INC_DIR)/exceptions.h $@
 
 runtime/parrot/include/warnings.pasm : $(INC_DIR)/warnings.h $(H2INC)
-	$(PERL) $(H2INC) $(INC_DIR)/io.h $@
+	$(PERL) $(H2INC) $(INC_DIR)/warnings.h $@
 runtime/parrot/include/errors.pasm : $(INC_DIR)/warnings.h $(H2INC)
 	$(PERL) $(H2INC) $(INC_DIR)/warnings.h $@
 


More information about the parrot-commits mailing list