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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Tue May 26 21:10:08 UTC 2009


Author: chromatic
Date: Tue May 26 21:10:07 2009
New Revision: 39182
URL: https://trac.parrot.org/parrot/changeset/39182

Log:
[config] Added Makefile dependencies on config.h for STRING encoding system;
this helps pick up ICU configuration changes in the #defines there.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue May 26 20:23:34 2009	(r39181)
+++ trunk/config/gen/makefiles/root.in	Tue May 26 21:10:07 2009	(r39182)
@@ -1226,7 +1226,8 @@
 
 $(SRC_DIR)/spf_vtable$(O) : $(GENERAL_H_FILES) $(SRC_DIR)/spf_vtable.str
 
-$(SRC_DIR)/string/encoding$(O) : $(SRC_DIR)/string/encoding.c $(GENERAL_H_FILES)
+$(SRC_DIR)/string/encoding$(O) : $(SRC_DIR)/string/encoding.c \
+	$(INC_DIR)/config.h $(GENERAL_H_FILES)
 
 $(SRC_DIR)/string/charset$(O) : $(SRC_DIR)/string/charset.c $(GENERAL_H_FILES)
 


More information about the parrot-commits mailing list