compensate for gmp/configure sometimes not being executable
authorSimon Marlow <simonmar@microsoft.com>
Tue, 17 Oct 2006 13:22:15 +0000 (13:22 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 17 Oct 2006 13:22:15 +0000 (13:22 +0000)
rts/Makefile

index 9828f55..d187547 100644 (file)
@@ -244,7 +244,7 @@ boot ::
        if [ -f gmp/config.status ]; then \
           cd gmp && CC=$(WhatGccIsCalled) ./config.status; \
         else \
        if [ -f gmp/config.status ]; then \
           cd gmp && CC=$(WhatGccIsCalled) ./config.status; \
         else \
-          cd gmp && CC=$(WhatGccIsCalled) ./configure --enable-shared=no \
+          cd gmp && CC=$(WhatGccIsCalled) $(SHELL) configure --enable-shared=no \
                        --host=`echo $(HOSTPLATFORM) | sed 's/i[567]86/i486/g'`; \
        fi
 
                        --host=`echo $(HOSTPLATFORM) | sed 's/i[567]86/i486/g'`; \
        fi