diff options
author | bde <bde@FreeBSD.org> | 1997-04-01 13:53:16 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-04-01 13:53:16 +0000 |
commit | 0be4160258c9aae5b3023f3929ba8e9e571a8c4c (patch) | |
tree | 7bdd0def0789c44bc585a5495ae08114466802a6 /lib/csu | |
parent | da270d0a3c7d738d85773fb09e2e52610606084f (diff) | |
download | FreeBSD-src-0be4160258c9aae5b3023f3929ba8e9e571a8c4c.zip FreeBSD-src-0be4160258c9aae5b3023f3929ba8e9e571a8c4c.tar.gz |
Simplified install rule.
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/i386/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 1b3e61f..ba94f92 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 5/22/91 -# $Id$ +# $Id: Makefile,v 1.28 1997/02/22 14:57:41 peter Exp $ CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o @@ -45,12 +45,8 @@ sgcrt0.o: scrt0.o beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dlfcn.h \ ${DESTDIR}/usr/include - -realinstall: -.for i in ${OBJS} - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $i \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ ${DESTDIR}/usr/lib -.endfor depend: .depend |