mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-10 17:41:23 +08:00
* Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
further try to circumvent the .y.h rule. * Makefile.in: Rebuild.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
Wed Aug 6 00:30:30 1997 Ian Lance Taylor <ian@cygnus.com>
|
Wed Aug 6 00:30:30 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
|
||||||
|
further try to circumvent the .y.h rule.
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
Tue Aug 5 12:32:07 1997 Ian Lance Taylor <ian@cygnus.com>
|
Tue Aug 5 12:32:07 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* Makefile.am: New file, based on old Makefile.in.
|
* Makefile.am: New file, based on old Makefile.in.
|
||||||
|
@ -464,6 +464,7 @@ m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
|
|||||||
|
|
||||||
# Don't let the .y.h rule clobber m68k-parse.h.
|
# Don't let the .y.h rule clobber m68k-parse.h.
|
||||||
m68k-parse.h: ; @true
|
m68k-parse.h: ; @true
|
||||||
|
$(srcdir)/config/m68k-parse.h: ; @true
|
||||||
|
|
||||||
# The instruction table specification lexical analyzer and parser.
|
# The instruction table specification lexical analyzer and parser.
|
||||||
|
|
||||||
|
@ -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.
|
# Don't let the .y.h rule clobber m68k-parse.h.
|
||||||
m68k-parse.h: ; @true
|
m68k-parse.h: ; @true
|
||||||
|
$(srcdir)/config/m68k-parse.h: ; @true
|
||||||
|
|
||||||
# The instruction table specification lexical analyzer and parser.
|
# 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-konst.o: flonum-konst.c
|
||||||
flonum-mult.o: flonum-mult.c
|
flonum-mult.o: flonum-mult.c
|
||||||
frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
|
frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
|
||||||
gasp.o: gasp.c sb.h macro.h
|
|
||||||
hash.o: hash.c
|
hash.o: hash.c
|
||||||
input-file.o: input-file.c input-file.h
|
input-file.o: input-file.c input-file.h
|
||||||
input-scrub.o: input-scrub.c input-file.h sb.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
|
listing.o: listing.c input-file.h subsegs.h
|
||||||
literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
|
literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
|
||||||
macro.o: macro.c sb.h macro.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
|
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
|
||||||
write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.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 \
|
e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
|
||||||
emul-target.h
|
emul-target.h
|
||||||
e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
|
e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
|
||||||
|
Reference in New Issue
Block a user