From: Paul Mackerras Date: Wed, 28 Aug 1996 06:43:18 +0000 (+0000) Subject: use standard cc X-Git-Tag: RELEASE_2_3_6~350 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=677ed8a287986ecceda76bcf27d4544fea807594 use standard cc --- diff --git a/pppstats/Makefile.svr4 b/pppstats/Makefile.svr4 index 37165bd..ac4fb0e 100644 --- a/pppstats/Makefile.svr4 +++ b/pppstats/Makefile.svr4 @@ -1,14 +1,17 @@ # # 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 -CC = gcc -COPTS = -g -O +#CC = gcc +#COPTS = -g -O + +COPTS = -g -Xa + CFLAGS = -I.. $(COPTS) -DSTREAMS all: pppstats