From 42ef7debd30c0f11a9c9cadf8c94c14213510b2a Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 14 Dec 1993 05:11:09 +0000 Subject: [PATCH] remove -DKVMLIB flag, use cc by default --- pppstats/Makefile.sun | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pppstats/Makefile.sun b/pppstats/Makefile.sun index 2253fb9..67d3c2b 100644 --- a/pppstats/Makefile.sun +++ b/pppstats/Makefile.sun @@ -1,14 +1,14 @@ # # pppstats makefile -# $Id: Makefile.sun,v 1.1 1993/12/14 02:57:14 paulus Exp $ +# $Id: Makefile.sun,v 1.2 1993/12/14 05:11:09 paulus Exp $ # PPPSTATSRCS = pppstats.c PPPSTATOBJS = pppstats.o -CC = gcc +#CC = gcc COPTS = -O -COMPILE_FLAGS = -DKVMLIB -DSTREAMS +COMPILE_FLAGS = -DSTREAMS LIBS = -lkvm CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS) -- 2.39.2