]> git.ozlabs.org Git - ppp.git/commitdiff
use cc by default
authorPaul Mackerras <paulus@samba.org>
Sat, 14 Sep 1996 05:12:45 +0000 (05:12 +0000)
committerPaul Mackerras <paulus@samba.org>
Sat, 14 Sep 1996 05:12:45 +0000 (05:12 +0000)
pppstats/Makefile.sol2
svr4/Makefile.sol2

index c35fcece7567e74110dc797c07170fbf6ae6618f..4ffb438091d6ae3ca978fec4395ce584b0ebab5a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.4 1996/08/28 06:43:06 paulus Exp $
+# $Id: Makefile.sol2,v 1.5 1996/09/14 05:12:45 paulus Exp $
 #
 
 BINDIR = /usr/local/bin
@@ -12,7 +12,7 @@ INSTALL = /usr/sbin/install
 #COPTS = -g -O
 
 # For sun c
-COPTS = -g -Xa
+COPTS = -O -Xa
 
 CFLAGS = -I.. $(COPTS) -DSTREAMS
 
index bfc9f47f1a6cfc035895a28c8a499b459b84ebe5..003478b165b0983330c8ccd7a418f2377f9b7a58 100644 (file)
@@ -1,10 +1,16 @@
 #
 # Makefile for STREAMS modules for Solaris 2.
 #
-# $Id: Makefile.sol2,v 1.7 1996/07/01 01:24:07 paulus Exp $
+# $Id: Makefile.sol2,v 1.8 1996/09/14 05:12:02 paulus Exp $
 #
 
-CFLAGS= -D_KERNEL -DSVR4 -DSOL2 -I.. -O -Xa -w -DDEBUG
+COPTS = -Xa -w
+
+# If you prefer to use gcc...
+#CC = gcc
+#COPTS =
+
+CFLAGS= -D_KERNEL -DSVR4 -DSOL2 -I.. -O $(COPTS) -DDEBUG
 
 all:   ppp ppp_ahdl ppp_comp