diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-03-24 18:40:22 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-03-24 18:40:22 +0000 |
commit | 95a24cf4221ac4471d6e3085a10153f4a4b8d8db (patch) | |
tree | 963f44fbdb71e3756ac463c0fa58a75a15c7985e /lib/csu/powerpc | |
parent | 68a8441ee98761506335b685cd9f207f4801fa1b (diff) |
Use "realinstall" to allow the framework to do other work if needed;
path of least surprise. Ok millert@
Diffstat (limited to 'lib/csu/powerpc')
-rw-r--r-- | lib/csu/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile index 94560788ba0..25094662210 100644 --- a/lib/csu/powerpc/Makefile +++ b/lib/csu/powerpc/Makefile @@ -48,7 +48,7 @@ crtendS.o: crtendS.c @${LD} -x -r -o ${.TARGET} ${.TARGET}.o @rm -f ${.TARGET}.o -install: +realinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ ${DESTDIR}/usr/lib |