Fixed an error on cygwin

This commit is contained in:
Harry Moffat
2004-08-06 22:23:06 +00:00
parent 05b83f9c4c
commit 3880227fd4

View File

@@ -187,10 +187,10 @@ xwsne.o: lio.h
xwsne.o: fmt.h
arith.h: arithchk.c
$(CC) $(CFLAGS) -DNO_FPINIT arithchk.c -lm ||\
$(CC) -DNO_LONG_LONG $(CFLAGS) -DNO_FPINIT arithchk.c -lm
./a.out >arith.h
rm -f a.out arithchk.o
$(CC) $(CFLAGS) -o chkll -DNO_FPINIT arithchk.c -lm ||\
$(CC) -DNO_LONG_LONG $(CFLAGS) -o chkll -DNO_FPINIT arithchk.c -lm
./chkll >arith.h
rm -f chkll* arithchk.o
# depends target -> already in the Makefile
depends: