Fixed an error in a Makefile.
This commit is contained in:
parent
2bbf07909e
commit
44dd5972a7
1 changed files with 2 additions and 2 deletions
|
|
@ -104,10 +104,10 @@ $(F2C_H): f2c.h
|
|||
### If your system lacks ranlib, you don't need it; see README.
|
||||
|
||||
f77vers.o: f77vers.c
|
||||
$(CC) -c f77vers.c
|
||||
$(CC) $(CFLAGS) -c f77vers.c
|
||||
|
||||
i77vers.o: i77vers.c
|
||||
$(CC) -c i77vers.c
|
||||
$(CC) $(CFLAGS) -c i77vers.c
|
||||
|
||||
# To get an "f2c.h" for use with "f2c -C++", first "make hadd"
|
||||
hadd: f2c.h0 f2ch.add
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue