From e7991146b019a75aab75d4d9ee4357134c01d979 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 27 Mar 2001 12:59:18 +0000 Subject: [PATCH] [project @ 2001-03-27 12:59:18 by simonmar] wibble --- mk/bootstrap.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/bootstrap.mk b/mk/bootstrap.mk index 387ae74..b1577c5 100644 --- a/mk/bootstrap.mk +++ b/mk/bootstrap.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: bootstrap.mk,v 1.5 2001/03/27 11:37:39 simonmar Exp $ +# $Id: bootstrap.mk,v 1.6 2001/03/27 12:59:18 simonmar Exp $ # # Makefile rules for booting from .hc files without a driver. # @@ -69,7 +69,7 @@ HC_BOOT_LD_OPTS = \ -L$(FPTOOLS_TOP_ABS)/hslibs/posix/cbits \ -L$(FPTOOLS_TOP_ABS)/hslibs/util \ -L$(FPTOOLS_TOP_ABS)/hslibs/util/cbits \ - -L$(FPTOOLS_TOP_ABS) hslibs/text \ + -L$(FPTOOLS_TOP_ABS)/hslibs/text \ -u "PrelBase_Izh_static_info" \ -u "PrelBase_Czh_static_info" \ -u "PrelFloat_Fzh_static_info" \ -- 1.7.10.4