summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-06-24 15:18:12 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-06-24 15:18:12 +0000
commitc18004236df23c7d8ec0a4000688b9561f59284c (patch)
tree30c3763e9a7709694ec8d9d3081a4c9f9c8c3441
parent2ace7544e8babf7977b851edfc347827f9976917 (diff)
Slight goof, repair symlinks target (noted by David Leonard)
-rw-r--r--include/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/Makefile b/include/Makefile
index 071412520cf..8dcacd47f37 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.68 1999/06/22 14:41:35 art Exp $
+# $OpenBSD: Makefile,v 1.69 1999/06/24 15:18:11 espie Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -46,12 +46,8 @@ PRDIRS=
# Directories with an includes target that use Makefile.bsd-wrapper
WDIRS= ../lib/libssl ../gnu/lib/libgmp
-
WDIRS+= ../gnu/egcs/libio ../gnu/egcs/libstdc++ ../gnu/egcs/libf2c \
../gnu/egcs/libobjc ../gnu/egcs/gcc
-#WDIRS+= ../gnu/lib/libg++/libg++ ../gnu/lib/libg++/libio \
-# ../gnu/lib/libg++/librx ../gnu/lib/libg++/libstdc++ \
-# ../gnu/usr.bin/gcc
# Places using Makefile.bsd-wrapper that needs a prerequisite target met
# before includes
@@ -151,7 +147,6 @@ symlinks:
done
cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_ARCH} machine
ln -s /sys/arch/${MACHINE}/include ${DESTDIR}/usr/include/${MACHINE}
- rm -rf ${DESTDIR}/usr/include/${MACHINE_ARCH}
if test ${MACHINE} != ${MACHINE_ARCH} -a \
-d ../sys/arch/${MACHINE_ARCH}/include ; then \
ln -s /sys/arch/${MACHINE_ARCH}/include \