bundled compiler doesn't handle -A flag
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 16 Jun 1995 05:05:37 +0000 (21:05 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 16 Jun 1995 05:05:37 +0000 (21:05 -0800)
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX 8.11
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX.10 8.4

usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX
usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX.10

index cd40092..34e947c 100644 (file)
@@ -8,10 +8,11 @@
 #  This has been tested on HP-UX 9.05 on 7xx series and HP-UX 9.04
 #  on 8xx series.
 #
 #  This has been tested on HP-UX 9.05 on 7xx series and HP-UX 9.04
 #  on 8xx series.
 #
-#      @(#)Makefile.HP-UX      8.10 (Berkeley) %G%
+#      @(#)Makefile.HP-UX      8.11 (Berkeley) %G%
 #
 
 #
 
-CC=    cc -Aa -D_HPUX_SOURCE
+# if running the unbundled compiler, uncomment the following
+#CC=   cc -Ae
 
 # use O=-O (usual) or O=-g (debugging)
 # +O is OK on 7xx, and 300xx at 9.0
 
 # use O=-O (usual) or O=-g (debugging)
 # +O is OK on 7xx, and 300xx at 9.0
index 2867e1d..7a23211 100644 (file)
@@ -8,10 +8,11 @@
 #  This has been tested on HP-UX 10.x.  Changes for 10.0 contributed
 #  by John Beck of Hewlett-Packard.
 #
 #  This has been tested on HP-UX 10.x.  Changes for 10.0 contributed
 #  by John Beck of Hewlett-Packard.
 #
-#      @(#)Makefile.HP-UX.10   8.3 (Berkeley) %G%
+#      @(#)Makefile.HP-UX.10   8.4 (Berkeley) %G%
 #
 
 #
 
-CC=    cc -Aa -D_HPUX_SOURCE
+# if running the unbundled compiler, uncomment the following
+#CC=   cc -Ae
 
 # use O=-O (usual) or O=-g (debugging)
 # +O is OK on 7xx, and 300xx at 9.0
 
 # use O=-O (usual) or O=-g (debugging)
 # +O is OK on 7xx, and 300xx at 9.0