mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
bfa2a3c1a4
full list of changes can be found in the Mozilla 1.1 release notes from: http://www.mozilla.org/releases/mozilla1.1/ PR: 42068
23 lines
407 B
Plaintext
23 lines
407 B
Plaintext
--- 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
|