diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-06 16:01:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-06 16:01:27 +0000 |
commit | 2a562314f397d7c9e2ab3961ea030ba015fb34cc (patch) | |
tree | 1e98f2b093bbd49ba1c431764ecb3cd8de5af492 /gas/Makefile.in | |
parent | 9fcc5e478c645ba42f0f69a1a3f4e42041723cab (diff) | |
download | gdb-2a562314f397d7c9e2ab3961ea030ba015fb34cc.zip gdb-2a562314f397d7c9e2ab3961ea030ba015fb34cc.tar.gz gdb-2a562314f397d7c9e2ab3961ea030ba015fb34cc.tar.bz2 |
* Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
further try to circumvent the .y.h rule.
* Makefile.in: Rebuild.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 7d995b2..d254365 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -1548,6 +1548,7 @@ m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h # Don't let the .y.h rule clobber m68k-parse.h. m68k-parse.h: ; @true +$(srcdir)/config/m68k-parse.h: ; @true # The instruction table specification lexical analyzer and parser. @@ -1859,11 +1860,9 @@ 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 -gasp.o: gasp.c sb.h macro.h hash.o: hash.c input-file.o: input-file.c input-file.h input-scrub.o: input-scrub.c input-file.h sb.h -itbl-ops.o: itbl-ops.c itbl-ops.h listing.o: listing.c input-file.h subsegs.h literal.o: literal.c subsegs.h $(INCDIR)/obstack.h macro.o: macro.c sb.h macro.h @@ -1877,6 +1876,8 @@ stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \ subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.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 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 |