From 56a4230d7d90fb05982c3f285faf62ad514d429a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 27 Apr 1997 20:57:09 +0000 Subject: COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. --- lib/csu/powerpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/csu/powerpc/Makefile') diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile index fd37c1d03d8..8be332ec02f 100644 --- a/lib/csu/powerpc/Makefile +++ b/lib/csu/powerpc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/1/93 -# $Id: Makefile,v 1.1 1996/12/21 20:53:48 rahnds Exp $ +# $Id: Makefile,v 1.2 1997/04/27 20:56:04 millert Exp $ CFLAGS= -DLIBC_SCCS OBJS= crt0.o gcrt0.o crtbegin.o crtend.o @@ -30,7 +30,7 @@ crtend.o: crtend.s @rm -f ${.TARGET}.o install: - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ ${DESTDIR}/usr/lib depend lint tags: -- cgit v1.2.3