blob: 5480cb799b3db9ff38afe83da705136e65df3cb0 (
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 Fri Aug 29 20:20:58 2003
+++ Makefile.in Sat Oct 18 15:34:15 2003
@@ -67,8 +67,7 @@
$(tier_2_dirs) \
$(tier_9_dirs) \
$(tier_40_dirs) \
- $(tier_50_dirs) \
- $(NULL)
+ $(tier_50_dirs)
ifdef GC_LEAK_DETECTOR
DIRS += gc/boehm
@@ -87,7 +86,8 @@
DIRS += $(tier_98_dirs)
endif
-DIRS += $(tier_99_dirs)
+DIRS += $(tier_99_dirs) \
+ $(NULL)
#
# tier 0 - base build config dirs
|