Fixed an error on cygwin
This commit is contained in:
parent
05b83f9c4c
commit
3880227fd4
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue