diff options
author | ken <unknown> | 2001-07-23 22:33:53 +0000 |
---|---|---|
committer | ken <unknown> | 2001-07-23 22:33:53 +0000 |
commit | 27d13cb655147c28eeed0f06cac6fc40c5d778aa (patch) | |
tree | 62066f3a0c5bdfd2d173671f5c7e5dbbaf9feedf /distrib/hc-build | |
parent | 5f6133521c3660f36add0890f0dc4174c5e5af68 (diff) | |
download | haskell-27d13cb655147c28eeed0f06cac6fc40c5d778aa.tar.gz |
[project @ 2001-07-23 22:33:52 by ken]
Added "--enable-hc-boot-unregisterised" option to configure,
for bootstrapping from unregisterised HC files.
Diffstat (limited to 'distrib/hc-build')
-rw-r--r-- | distrib/hc-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index 3381af2852..21d9db6a47 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -8,7 +8,7 @@ # unpacked). All options are passed through to ./configure (especially # useful with --prefix). -configopts="$*" +configopts="$*" # e.g., --enable-hc-boot-unregisterised # check for GNU make # |