summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-04-30 10:25:53 +0000
committerIan Lynagh <igloo@earth.li>2007-04-30 10:25:53 +0000
commit13949af533615dac3f27982a0321c82945260dcd (patch)
treeb02a9ddcc7fc67c9251e024ba41d6d5d445bf191 /boot
parent933e8d0116097567ff05e45713da0dbd57899fe1 (diff)
downloadhaskell-13949af533615dac3f27982a0321c82945260dcd.tar.gz
Set rts/gmp/configure executable when booting
Diffstat (limited to 'boot')
-rw-r--r--boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot b/boot
index dc7c9c0623..11e1785adc 100644
--- a/boot
+++ b/boot
@@ -12,6 +12,8 @@ do
fi
done
+chmod +x rts/gmp/configure
+
autoreconf
for lib in libraries/*; do