diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-16 00:07:42 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-16 00:07:42 +0000 |
commit | 153eca4347d053b6fc9b9cb3426559b0d3215080 (patch) | |
tree | 4c017d2354b7dca24ef8282a627e43b3cf293629 /libf2c/Makefile.in | |
parent | aae06a58a5e53786c4e4efe9e303dd4e45de43fd (diff) | |
download | gcc-153eca4347d053b6fc9b9cb3426559b0d3215080.tar.gz |
* g2c.hin: Renamed from g2c.h.in.
* Makefile.in, configure.in: Changed as needed.
* configure: Rebuilt.
* libU77/config.hin: Renamed from libU77/config.h.in.
* Makefile.in, configure.in: Changed as needed.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21202 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r-- | libf2c/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index a4306746de9..12e68a7e5c6 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -118,7 +118,7 @@ ${srcdir}/configure: ${srcdir}/configure.in cd $(srcdir) && autoconf # Dependence on Makefile serializes for parallel make. -g2c.h: $(srcdir)/g2c.h.in config.status Makefile +g2c.h: $(srcdir)/g2c.hin config.status Makefile # Might try to avoid rebuilding everything if Makefile or configure # changes and g2c.h doesn't; see also the Makefile rule. Should # depend on another stamp file rather than using the commented-out |