diff options
author | simonmar <unknown> | 2001-03-27 12:59:18 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-03-27 12:59:18 +0000 |
commit | e7991146b019a75aab75d4d9ee4357134c01d979 (patch) | |
tree | 291cf3416f6892d7fb20d8a1fcb5996934af0aea /mk/bootstrap.mk | |
parent | b37ceb602403acbaa6bce6abccd66e9dc994068f (diff) | |
download | haskell-e7991146b019a75aab75d4d9ee4357134c01d979.tar.gz |
[project @ 2001-03-27 12:59:18 by simonmar]
wibble
Diffstat (limited to 'mk/bootstrap.mk')
-rw-r--r-- | mk/bootstrap.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bootstrap.mk b/mk/bootstrap.mk index 387ae74fb5..b1577c5619 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" \ |