From 0e859fd436ab2ee0425f195bbccc41869606154b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 3 May 2005 15:41:39 +0000 Subject: [PATCH] Must be able to run FP.compile if FP.compile isn't an executable script. --- lib/float/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)