diff options
| author | thorpej <thorpej@NetBSD.org> | 1996-10-18 02:52:59 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1996-10-18 02:52:59 +0000 |
| commit | 46ac224706db6d57b2dde4941b79089c5004c353 (patch) | |
| tree | 5870fa04fa5922511c890b2946e97e4269b37aec /gnu/usr.bin/gcc/cpp | |
| parent | 52f81a49351ba3f503c4f1740e84cbecb644b761 (diff) | |
Use ${INSTALL}.
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
| -rw-r--r-- | gnu/usr.bin/gcc/cpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile index ebc94fee7ea..18de0bbe5e9 100644 --- a/gnu/usr.bin/gcc/cpp/Makefile +++ b/gnu/usr.bin/gcc/cpp/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.4 (Berkeley) 2/21/91 -# $NetBSD: Makefile,v 1.2 1996/05/11 11:38:06 mycroft Exp $ +# $NetBSD: Makefile,v 1.3 1996/10/18 03:00:21 thorpej Exp $ PROG= cpp BINDIR= /usr/libexec @@ -20,7 +20,7 @@ CLEANFILES+= cexp.c .PATH: $(.CURDIR)/../common afterinstall: - install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \ + ${INSTALL} -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \ $(.CURDIR)/usr.bin.cpp.sh $(DESTDIR)/usr/bin/cpp @/bin/rm -rf $(DESTDIR)/usr/bin/gcpp @ln $(DESTDIR)/usr/bin/cpp $(DESTDIR)/usr/bin/gcpp |
