diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-08-17 23:33:04 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-08-17 17:33:04 -0600 |
commit | ff752ff6c95a70e2279415488d3bf49b1d48da0d (patch) | |
tree | e72d2eaecaeeb2187315190525e659668bf377b0 /gcc/f/Makefile.in | |
parent | 6042434abc4a8b3e64f5fd3bb665605649e8471e (diff) | |
download | gcc-ff752ff6c95a70e2279415488d3bf49b1d48da0d.zip gcc-ff752ff6c95a70e2279415488d3bf49b1d48da0d.tar.gz gcc-ff752ff6c95a70e2279415488d3bf49b1d48da0d.tar.bz2 |
INSTALL: Rebuilt.
* INSTALL: Rebuilt.
* install.texi: Remove "Object File Differences" section. Remove
all references to zzz.o failing comparison tests.
* version.c, version.h: Renamed from zzz.c and zzz.h. Remove
date and time stamps so a 3 stage build reports no differences.
* Make-lang.in: Corresponding changes.
* Makefile.in: Likewise.
* g77.c, parse.c: Likewise.
So 3-stage build compares OK. Rename zzz.[ch] files to version.[ch].
From-SVN: r14824
Diffstat (limited to 'gcc/f/Makefile.in')
-rw-r--r-- | gcc/f/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/Makefile.in b/gcc/f/Makefile.in index 44e3d19..f110408 100644 --- a/gcc/f/Makefile.in +++ b/gcc/f/Makefile.in @@ -243,7 +243,7 @@ F77_OBJS = \ f/top.o \ f/type.o \ f/where.o \ - f/zzz.o + f/version.o # Language-independent object files. OBJS = `cat stamp-objlist | sed -e "s: : :g" -e "s: : f/:g"` @@ -374,7 +374,7 @@ f/parse.o: f/parse.c f/proj.h $(ASSERT_H) f/top.h f/malloc.h f/where.h $(GLIMITS f/com.h f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/info.h \ f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/lex.h \ f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h f/symbol.def f/equiv.h \ - f/storag.h f/global.h f/name.h f/zzz.h $(FLAGS_H) + f/storag.h f/global.h f/name.h f/version.h $(FLAGS_H) f/proj.o: f/proj.c f/proj.h $(ASSERT_H) $(GLIMITS_H) f/src.o: f/src.c f/proj.h $(ASSERT_H) f/src.h f/bad.h f/bad.def f/where.h \ $(GLIMITS_H) f/top.h f/malloc.h @@ -467,7 +467,7 @@ f/top.o: f/top.c f/proj.h $(ASSERT_H) f/top.h f/malloc.h f/where.h $(GLIMITS_H) f/type.o: f/type.c f/proj.h $(ASSERT_H) f/type.h f/malloc.h f/where.o: f/where.c f/proj.h $(ASSERT_H) f/where.h $(GLIMITS_H) f/top.h f/malloc.h \ f/lex.h -f/zzz.o: f/zzz.c f/proj.h $(ASSERT_H) f/zzz.h +f/version.o: f/version.c f/proj.h $(ASSERT_H) f/version.h # The rest of this list (Fortran 77 language-specific files) is hand-generated. |