summaryrefslogtreecommitdiff
blob: c7e10b9d4062a1c6c3e98ac15c39cf08ef6b55f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -ur Build-j2sdk-1.4.0.orig/control/make/Makefile Build-j2sdk-1.4.0/control/make/Makefile
--- Build-j2sdk-1.4.0.orig/control/make/Makefile	2002-02-12 07:51:48.000000000 -0600
+++ Build-j2sdk-1.4.0/control/make/Makefile	2002-09-09 15:35:39.000000000 -0500
@@ -77,7 +77,10 @@
 include $(BUILDDIR)/generics-rules.gmk
 include $(BUILDDIR)/cobundle-rules.gmk
 
-all:: sanity $(HOTSPOT) $(MOTIF) $(GENERICS) $(J2SE)
+# Removed sanity dependecy, it will fail on gcc-3.1 (by Tushar <tush@yahoo.com>)
+# Anyone compiling with gcc-3.1 gotta be insane:))
+
+all:: $(HOTSPOT) $(MOTIF) $(GENERICS) $(J2SE)
 
 ifndef DEV_ONLY
   ifneq ($(ARCH_DATA_MODEL), 64)