]> git.ozlabs.org Git - ppp.git/commitdiff
use standard cc
authorPaul Mackerras <paulus@samba.org>
Wed, 28 Aug 1996 06:43:18 +0000 (06:43 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Aug 1996 06:43:18 +0000 (06:43 +0000)
pppstats/Makefile.svr4

index 37165bdd954b260c9ddb2da4577f5d75324debe6..ac4fb0e30277eb1cba86d5e95600ae8211a2fa7b 100644 (file)
@@ -1,14 +1,17 @@
 #
 # pppstats Makefile for SVR4 systems
 #
 # pppstats Makefile for SVR4 systems
-# $Id: Makefile.svr4,v 1.2 1996/07/01 01:22:16 paulus Exp $
+# $Id: Makefile.svr4,v 1.3 1996/08/28 06:43:18 paulus Exp $
 #
 
 BINDIR = /usr/local/bin
 MANDIR = /usr/local/man
 INSTALL = /usr/sbin/install
 
 #
 
 BINDIR = /usr/local/bin
 MANDIR = /usr/local/man
 INSTALL = /usr/sbin/install
 
-CC = gcc
-COPTS = -g -O
+#CC = gcc
+#COPTS = -g -O
+
+COPTS = -g -Xa
+
 CFLAGS = -I.. $(COPTS) -DSTREAMS
 
 all: pppstats
 CFLAGS = -I.. $(COPTS) -DSTREAMS
 
 all: pppstats