*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 21 Feb 1996 12:32:23 +0100
changeset 982 c46ce921fae2
parent 981 6da206fcc1c4
child 983 86239edb7b7d
*** empty log message ***
Make.proto
--- a/Make.proto	Wed Feb 21 00:43:41 1996 +0100
+++ b/Make.proto	Wed Feb 21 12:32:23 1996 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.56 1996-02-07 15:07:01 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.57 1996-02-21 11:32:23 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -136,15 +136,14 @@
 	@$(MAKE) $(LONGNAME_RULE) LONGNAME_FILE=$*
 
 #
-# on AIX, all but Object and Class are compiled with -O2
-# (these two take days to compile ...)
+# on AIX, Object and Class cannot be compiled with -O2
+# (CC running out of space)
 #
-AIX:
-	$(MAKE) Object.o
-	$(MAKE) OPT=-O2 Behavior.o
-	$(MAKE) OPT=-O2 ClassDescr.o
-	$(MAKE) Class.o
-	$(MAKE) OPT=-O2
+AIX::
+	$(MAKE) Object.o OPT=
+	$(MAKE) Behavior.o
+	$(MAKE) ClassDescr.o
+	$(MAKE) Class.o OPT=
 
 #
 # special rule, to define the config-string while compiling