diff options
author | Dave Love <d.love@dl.ac.uk> | 1998-09-30 11:50:08 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-09-30 11:50:08 +0000 |
commit | 43b80f824750e5405df6fd79e6455c1b7c7b475d (patch) | |
tree | e7c0e1431c6409b2dcdec2660c7c66f74e858457 /libf2c/Makefile.in | |
parent | 95ca22f405ab053a5275610e22b869f595c8e68b (diff) | |
download | gcc-43b80f824750e5405df6fd79e6455c1b7c7b475d.tar.gz |
Makefile.in (f2cext.c): Depend on g2c.h.
1998-09-30 Dave Love <d.love@dl.ac.uk>
* Makefile.in (f2cext.c): Depend on g2c.h.
From-SVN: r22668
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r-- | libf2c/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index 49a977b266d..3ad383735ec 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -121,6 +121,8 @@ s-libe77: f2cext.c done echo timestamp >s-libe77 +f2cext.c: g2c.h + ${srcdir}/configure: configure.in rm -f config.cache cd $(srcdir) && autoconf |