From 01a7cd2f52f6f45781ed9e36e593905cce2dbb7b Mon Sep 17 00:00:00 2001 From: fredb Date: Tue, 16 Jul 2002 13:37:00 +0000 Subject: Fix up a couple symlinks that were pointing to non-existent targets. --- cross/i386-linux/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cross') diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 185e4c4d4b8..1e669b74ee0 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/09/27 23:17:51 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/07/16 13:37:00 fredb Exp $ # DISTVERSION= 2.0.7.1 @@ -52,4 +52,9 @@ post-extract: post-patch: @${RM} -f ${SYS_LIB}/*.orig +post-install: + @cd ${PREFIX}/${TARGET_ARCH}/lib; \ + ${LN} -sf libdb.so libndbm.so; \ + ${LN} -sf libbsd-compat.a libbsd.a + .include "../COMMON/cross.mk" -- cgit v1.2.3