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

cotto at svn.parrot.org cotto at svn.parrot.org
Thu Feb 19 22:58:42 UTC 2009


Author: cotto
Date: Thu Feb 19 22:58:41 2009
New Revision: 36897
URL: https://trac.parrot.org/parrot/changeset/36897

Log:
[config] line length fix

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu Feb 19 22:56:57 2009	(r36896)
+++ trunk/config/gen/makefiles/root.in	Thu Feb 19 22:58:41 2009	(r36897)
@@ -1129,7 +1129,8 @@
 
 $(SRC_DIR)/pic_jit$(O) : $(GENERAL_H_FILES)
 
-$(SRC_DIR)/multidispatch$(O) : $(GENERAL_H_FILES) $(SRC_DIR)/multidispatch.str $(SRC_DIR)/pmc/pmc_nci.h
+$(SRC_DIR)/multidispatch$(O) : $(GENERAL_H_FILES) $(SRC_DIR)/multidispatch.str \
+	$(SRC_DIR)/pmc/pmc_nci.h
 
 $(SRC_DIR)/packfile$(O) : $(GENERAL_H_FILES) $(SRC_DIR)/packfile.str
 


More information about the parrot-commits mailing list