Must be able to run FP.compile if FP.compile isn't an executable script.

This commit is contained in:
Ben Gras 2005-05-03 15:41:39 +00:00
parent 9748a6536e
commit 0e859fd436

View file

@ -1,6 +1,6 @@
# Makefile for lib/float.
CC1 = ./FP.compile
CC1 = /bin/sh ./FP.compile
LIBRARY = ../libfp.a
all: $(LIBRARY)