From 677ed8a287986ecceda76bcf27d4544fea807594 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 28 Aug 1996 06:43:18 +0000 Subject: [PATCH 1/1] use standard cc --- pppstats/Makefile.svr4 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.39.2