From: Ben Gras Date: Tue, 3 May 2005 15:41:39 +0000 (+0000) Subject: Must be able to run FP.compile if FP.compile isn't an executable script. X-Git-Tag: v3.1.0~878 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch05.html?a=commitdiff_plain;h=0e859fd436ab2ee0425f195bbccc41869606154b;p=minix.git Must be able to run FP.compile if FP.compile isn't an executable script. --- diff --git a/lib/float/Makefile b/lib/float/Makefile index f4e251c4b..0a4369d8a 100755 --- a/lib/float/Makefile +++ b/lib/float/Makefile @@ -1,6 +1,6 @@ # Makefile for lib/float. -CC1 = ./FP.compile +CC1 = /bin/sh ./FP.compile LIBRARY = ../libfp.a all: $(LIBRARY)