summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-04-02 16:49:18 +0000
committerjdp <jdp@FreeBSD.org>1997-04-02 16:49:18 +0000
commit1eeccd0067d2f1065130dd147e23681c7bbdd1c3 (patch)
tree856248aa2ad5293b5df2da168f23931714805289 /lib/csu/i386/Makefile
parent2ad9ce004087bbf98d80835dcc0746a03580d1fd (diff)
downloadFreeBSD-src-1eeccd0067d2f1065130dd147e23681c7bbdd1c3.zip
FreeBSD-src-1eeccd0067d2f1065130dd147e23681c7bbdd1c3.tar.gz
Fix an error in the previous revision that caused make world breakage.
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r--lib/csu/i386/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index ba94f92..4b3113f 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.28 1997/02/22 14:57:41 peter Exp $
+# $Id: Makefile,v 1.29 1997/04/01 13:53:16 bde Exp $
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o
@@ -45,6 +45,8 @@ sgcrt0.o: scrt0.o
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dlfcn.h \
${DESTDIR}/usr/include
+
+realinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
OpenPOWER on IntegriCloud