ec87d489f3
mozilla-devel has not been updated since it would cause INDEX conflicts with the GTK2 port.
23 lines
410 B
Plaintext
23 lines
410 B
Plaintext
--- 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
|