From: Paul Mackerras Date: Tue, 14 Dec 1993 05:11:09 +0000 (+0000) Subject: remove -DKVMLIB flag, use cc by default X-Git-Tag: ppp-2-1-2a~116 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=42ef7debd30c0f11a9c9cadf8c94c14213510b2a;ds=sidebyside remove -DKVMLIB flag, use cc by default --- 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)