summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-31 11:32:38 +0000
committerbde <bde@FreeBSD.org>1998-05-31 11:32:38 +0000
commit317c29f9132ab62393e65c0c4f67e8e33cf6d00a (patch)
treed1dc63bb995579af6be1959543a09dddcc351a76 /lib/csu
parent7b0392464e39393404685f728bcf5aee8ef68022 (diff)
downloadFreeBSD-src-317c29f9132ab62393e65c0c4f67e8e33cf6d00a.zip
FreeBSD-src-317c29f9132ab62393e65c0c4f67e8e33cf6d00a.tar.gz
Fixed double slashes in pathnames.
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/i386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index ab3cd17..9cd822c 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.36 1998/02/11 04:57:10 jdp Exp $
+# $Id: Makefile,v 1.37 1998/05/26 20:12:52 sos Exp $
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o
@@ -35,7 +35,7 @@ sgcrt0.o: scrt0.o
realinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
- ${DESTDIR}/${LIBDIR}
+ ${DESTDIR}${LIBDIR}
depend: .depend
OpenPOWER on IntegriCloud