diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-03 09:06:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-03 09:06:24 +0000 |
commit | 6104f0a06cff785693ee3c83436ccfe78861684c (patch) | |
tree | 1df77d3480be05b5e0ab5dd7758e113f6c4d1b2c /gas/Makefile.am | |
parent | b401371382fa98279482962179d2518638dc8741 (diff) | |
download | gdb-6104f0a06cff785693ee3c83436ccfe78861684c.zip gdb-6104f0a06cff785693ee3c83436ccfe78861684c.tar.gz gdb-6104f0a06cff785693ee3c83436ccfe78861684c.tar.bz2 |
* Makefile.am: Rebuild dependencies.
($(OBJS)): Don't depend upon struc-symbol.h.
(.dep1, .tcdep, .objdep): Create itbl-parse.h.
* dep-in.sed: Don't remove struc-symbol.h.
* Makefile.in: Rebuild.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index d89726d..849eab1 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -419,7 +419,7 @@ as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ # Stuff that every object file depends upon. If anything is removed # from this list, remove it from dep-in.sed as well. $(OBJS): config.h as.h $(TARG_ENV_H) $(OBJ_FORMAT_H) $(TARG_CPU_H) flonum.h \ - expr.h struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h \ + expr.h write.h frags.h hash.h read.h symbols.h tc.h \ obj.h listing.h bignum.h bit_fix.h $(INCDIR)/libiberty.h asintl.h gasp_new_SOURCES = gasp.c macro.c sb.c hash.c @@ -712,6 +712,7 @@ DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ echo '' > obj-format.h; \ echo '' > targ-env.h; \ echo '' > itbl-cpu.h; \ + echo '' > itbl-parse.h; \ echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \ $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) $? sed -e '/IF YOU PUT ANYTHING/,$$d' < .depdir/.dep > .dep1 @@ -731,6 +732,7 @@ DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \ echo '#include "te-generic.h"' > targ-env.h; \ echo '' > itbl-cpu.h; \ + echo '' > itbl-parse.h; \ echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \ rm -f dummy.c; \ cp $${srcdir}/config/tc-$${c}.c dummy.c; \ @@ -777,6 +779,7 @@ DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \ echo '#include "te-generic.h"' > targ-env.h; \ echo '' > itbl-cpu.h; \ + echo '' > itbl-parse.h; \ rm -f dummy.c; \ cp $${srcdir}/config/obj-$${o}.c dummy.c; \ echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \ @@ -882,7 +885,7 @@ atof-generic.o: atof-generic.c bignum-copy.o: bignum-copy.c cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h depend.o: depend.c -dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h +dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h ecoff.o: ecoff.c ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h expr.o: expr.c $(INCDIR)/obstack.h @@ -890,7 +893,7 @@ flonum-copy.o: flonum-copy.c flonum-konst.o: flonum-konst.c flonum-mult.o: flonum-mult.c frags.o: frags.c subsegs.h $(INCDIR)/obstack.h -hash.o: hash.c +hash.o: hash.c $(INCDIR)/obstack.h input-file.o: input-file.c input-file.h input-scrub.o: input-scrub.c input-file.h sb.h listing.o: listing.c input-file.h subsegs.h @@ -904,9 +907,11 @@ sb.o: sb.c sb.h stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h -symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h +symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h \ + struc-symbol.h write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h gasp.o: gasp.c sb.h macro.h +itbl-ops.o: itbl-ops.c itbl-ops.h itbl-parse.h e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \ emul-target.h e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h |