From b7cce490ffac2661fc899b06e2288bf90232c13d Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 12 Aug 1999 04:25:39 +0000 Subject: [PATCH] use $(INSTALL) not install --- pppdump/Makefile.linux | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pppdump/Makefile.linux b/pppdump/Makefile.linux index 69e018a..d02fecd 100644 --- a/pppdump/Makefile.linux +++ b/pppdump/Makefile.linux @@ -1,6 +1,8 @@ CFLAGS= -O -I../include/net OBJS = pppdump.o bsd-comp.o deflate.o zlib.o +INSTALL= install + all: pppdump pppdump: $(OBJS) @@ -11,5 +13,5 @@ clean: install: mkdir -p $(BINDIR) $(MANDIR)/man8 - install -s -c pppdump $(BINDIR) - install -c -m 444 pppdump.8 $(MANDIR)/man8 \ No newline at end of file + $(INSTALL) -s -c pppdump $(BINDIR) + $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)/man8 -- 2.39.2