diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-14 12:08:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-14 12:08:47 +0000 |
commit | b95d15c6c551abb0b3acba440e94013a3318f424 (patch) | |
tree | 8616d3b52b53d4eeb9f63848af6bff5a77117d44 /gas/Makefile.in | |
parent | 6e1a7e9a11d965cd340291ca3c01d997b2c84549 (diff) | |
download | ppe42-binutils-b95d15c6c551abb0b3acba440e94013a3318f424.tar.gz ppe42-binutils-b95d15c6c551abb0b3acba440e94013a3318f424.zip |
* Makefile.am: Run "make dep-am".
(CPU_OBJ_VALID): sh64 coff is invalid.
* as.c: #include "bfdver.h".
* Makefile.in: Regenerate.
* config.in: Regenerate.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index d00bc4d0b7..2125c86c69 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -232,7 +232,7 @@ CPU_OBJ_VALID = \ esac ;; \ coff) valid=yes; \ case $$c in \ - cris | i860 | mmix) \ + cris | i860 | mmix | sh64) \ valid= ;; \ esac ;; \ ecoff) \ @@ -3244,7 +3244,7 @@ dep-am: DEP #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. app.o: app.c $(INCDIR)/symcat.h as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \ - output-file.h sb.h macro.h dwarf2dbg.h + output-file.h sb.h macro.h dwarf2dbg.h ../bfd/bfdver.h atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h |