blob: 43fa34684782a2fc9e5cce9d4ec131c2496b52f3 (
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 May 30 20:39:07 2002
+++ Makefile.in Wed Aug 28 13:55:32 2002
@@ -70,8 +70,7 @@
$(tier_0_dirs) \
$(tier_1_dirs) \
$(tier_2_dirs) \
- $(tier_9_dirs) \
- $(NULL)
+ $(tier_9_dirs)
ifdef GC_LEAK_DETECTOR
DIRS += gc/boehm
@@ -90,7 +89,8 @@
DIRS += $(tier_98_dirs)
endif
-DIRS += $(tier_99_dirs)
+DIRS += $(tier_99_dirs) \
+ $(NULL)
#
# tier 0 - base build config dirs
|