Fixed an error in a Makefile.

This commit is contained in:
Harry Moffat 2006-08-14 22:53:58 +00:00
parent 2bbf07909e
commit 44dd5972a7

View file

@ -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