]> Zhao Yanbai Git Server - minix.git/commitdiff
Must be able to run FP.compile if FP.compile isn't an executable script.
authorBen Gras <ben@minix3.org>
Tue, 3 May 2005 15:41:39 +0000 (15:41 +0000)
committerBen Gras <ben@minix3.org>
Tue, 3 May 2005 15:41:39 +0000 (15:41 +0000)
lib/float/Makefile

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