diff options
author | Paul Richards <paul@FreeBSD.org> | 1993-11-07 03:05:40 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 1993-11-07 03:05:40 +0000 |
commit | 423a1029384c1280ddc5aa2787e71220d9563f40 (patch) | |
tree | b8c93d6b034cc47d85d8d9f740efe5d7489ff6b0 /lib/csu | |
parent | d55a595346c080ae9cd959960f0909f06b073cfe (diff) |
Removed install -d line since our install doesn't support the -d
option.
Notes
Notes:
svn path=/head/; revision=710
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/i386/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index b4a50b7dac1f..505308e7225e 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.9 1993/10/24 01:34:24 pk Exp $ +# $Id: Makefile,v 1.3 1993/11/04 01:09:08 paul Exp $ CFLAGS+= -DLIBC_SCCS #-DDYNAMIC OBJS= crt0.o gcrt0.o @@ -26,7 +26,6 @@ gmon.o: gmon.c gmon.h mv a.out ${.TARGET} install: - install -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${DESTDIR}/usr/lib install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ ${DESTDIR}/usr/lib |