mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Fixed an error on cygwin
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user