blob: b09d564958c61621aa5e0cf29b4ef3986127b713 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- Makefile.in.orig Thu Oct 21 19:25:55 2004
+++ Makefile.in Thu Oct 21 19:26:46 2004
@@ -80,8 +80,7 @@
$(tier_1_dirs) \
$(tier_2_dirs) \
$(tier_9_dirs) \
- $(tier_50_dirs) \
- $(NULL)
+ $(tier_50_dirs)
ifdef GC_LEAK_DETECTOR
DIRS += gc/boehm
@@ -100,7 +99,8 @@
DIRS += $(tier_98_dirs)
endif
-DIRS += $(tier_99_dirs)
+DIRS += $(tier_99_dirs) \
+ $(NULL)
#
# tier 0 - base build config dirs
|