Must be able to run FP.compile if FP.compile isn't an executable script.
This commit is contained in:
parent
9748a6536e
commit
0e859fd436
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Makefile for lib/float.
|
# Makefile for lib/float.
|
||||||
|
|
||||||
CC1 = ./FP.compile
|
CC1 = /bin/sh ./FP.compile
|
||||||
|
|
||||||
LIBRARY = ../libfp.a
|
LIBRARY = ../libfp.a
|
||||||
all: $(LIBRARY)
|
all: $(LIBRARY)
|
||||||
|
|
Loading…
Reference in a new issue