From 44dd5972a7ee1e21cd48d096273a8383523d1847 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 14 Aug 2006 22:53:58 +0000 Subject: [PATCH] Fixed an error in a Makefile. --- ext/f2c_libs/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/f2c_libs/Makefile.in b/ext/f2c_libs/Makefile.in index fcf9bbbc8..199f5d101 100755 --- a/ext/f2c_libs/Makefile.in +++ b/ext/f2c_libs/Makefile.in @@ -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