2002-08-28 22:11:41 +00:00
|
|
|
--- Makefile.in.orig Thu May 30 20:39:07 2002
|
|
|
|
+++ Makefile.in Wed Aug 28 13:55:32 2002
|
|
|
|
@@ -70,8 +70,7 @@
|
2001-12-26 10:22:32 +00:00
|
|
|
$(tier_0_dirs) \
|
|
|
|
$(tier_1_dirs) \
|
2002-08-28 22:11:41 +00:00
|
|
|
$(tier_2_dirs) \
|
2001-12-26 10:22:32 +00:00
|
|
|
- $(tier_9_dirs) \
|
|
|
|
- $(NULL)
|
|
|
|
+ $(tier_9_dirs)
|
|
|
|
|
2002-08-28 22:11:41 +00:00
|
|
|
ifdef GC_LEAK_DETECTOR
|
|
|
|
DIRS += gc/boehm
|
|
|
|
@@ -90,7 +89,8 @@
|
2001-12-26 10:22:32 +00:00
|
|
|
DIRS += $(tier_98_dirs)
|
|
|
|
endif
|
|
|
|
|
|
|
|
-DIRS += $(tier_99_dirs)
|
|
|
|
+DIRS += $(tier_99_dirs) \
|
2002-08-28 22:11:41 +00:00
|
|
|
+ $(NULL)
|
2001-12-26 10:22:32 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# tier 0 - base build config dirs
|