diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-01 13:53:16 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-01 13:53:16 +0000 |
| commit | 67fd3b9895eec925f9ce8b63df146030f7af8fbf (patch) | |
| tree | 6a163e301f93b7fe8142b751dbb79fe002fbcbed /lib/csu/i386 | |
| parent | 0f1adf65abaac055991a31bde33439d44d5f2a3d (diff) | |
Notes
Diffstat (limited to 'lib/csu/i386')
| -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 1b3e61f486790..ba94f92a5770b 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 |
