From 2a043c9b03671fbfc387f93a7ea3d6008f4c1fd8 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 28 Apr 1995 04:32:20 +0000 Subject: [PATCH] minor updates, added -I.. to CFLAGS --- pppd/Makefile.linux | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 625d4b0..32b228f 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.5 1995/04/24 06:14:56 paulus Exp $ +# $Id: Makefile.linux,v 1.6 1995/04/28 04:32:20 paulus Exp $ # BINDIR = /usr/etc @@ -24,8 +24,8 @@ HEADERS := $(HEADERS) .depend endif # CC = gcc -DEBUG_FLAGS = -DDEBUGALL -COMPILE_FLAGS = -D_linux_=1 -DHAVE_PATHS_H +# DEBUG_FLAGS = -DDEBUGALL +COMPILE_FLAGS = -D_linux_=1 -DHAVE_PATHS_H -I.. COPTS = -g # -O2 VER = 0.2.8 LIBS = -lbsd @@ -33,7 +33,7 @@ LIBS = -lbsd CFLAGS = $(COPTS) $(DEBUG_FLAGS) $(COMPILE_FLAGS) SOURCE= RELNOTES Makefile.linux $(PPPDSRCS) $(HEADERS) $(MANPAGES) -install: +install: pppd install -c -m 4555 -o root pppd $(BINDIR)/pppd install -c -m 555 -o root pppd.8 $(MANDIR)/man8 @@ -51,8 +51,3 @@ clean: depend: $(CPP) -M $(CFLAGS) $(PPPDSRCS) >.depend - -options.o: options.c - $(CC) -c -o options.o $(CFLAGS) options.c - -saber_pppd: -- 2.39.2