cvsuser 05/03/04 09:06:08
Modified: config/gen/makefiles root.in
Log:
It looks like ${TEMP_icu_make} got lost from 'makefiles/root.in'.
This hampered building Parrot after 'make realclean'.
Revision Changes Path
1.280 +14 -6 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- root.in 3 Mar 2005 01:09:08 -0000 1.279
+++ root.in 4 Mar 2005 17:06:08 -0000 1.280
@@ -1,5 +1,5 @@
# Copyright: 2001-2005 The Perl Foundation. All Rights Reserved.
-# $Id: root.in,v 1.279 2005/03/03 01:09:08 coke Exp $
+# $Id: root.in,v 1.280 2005/03/04 17:06:08 bernhard Exp $
###############################################################################
#
@@ -1050,6 +1050,8 @@
$(MAKE_C) languages clean
+${TEMP_icu_make}
+
###############################################################################
#
# compiler implementation targets:
@@ -1206,13 +1208,19 @@
#
###############################################################################
-clean : test-clean progclean languages-clean docs-clean dynclasses-clean \
- examples-clean imcc-clean compilers-clean
+clean : test-clean \
+ progclean \
+ languages-clean \
+ docs-clean \
+ dynclasses-clean \
+ examples-clean \
+ imcc-clean \
+ compilers-clean
${TEMP_cg_r}
$(RM_F) *.s *~ $(FLUID_FILES) \
- examples/assembly/mops$(EXE) examples/assembly/mops.c \
- examples/assembly/mops$(O) examples/assembly/mops.pbc \
- examples/mops/mops$(O) examples/mops/mops$(EXE)
+ examples/assembly/mops$(EXE) examples/assembly/mops.c \
+ examples/assembly/mops$(O) examples/assembly/mops.pbc \
+ examples/mops/mops$(O) examples/mops/mops$(EXE)
progclean :
$(RM_F) $(O_FILES) \