diff options
author | Fred Fish <fnf@specifix.com> | 1993-06-16 19:28:19 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-06-16 19:28:19 +0000 |
commit | 3ef6f6045e6a54551391d308b6be214ce9782bab (patch) | |
tree | 6652faa0706b9628bbadc9c8a4d2547533fe627d /gdb/Makefile.in | |
parent | 5736b2863f00378ee86c69de194c5329d1a8578a (diff) | |
download | gdb-3ef6f6045e6a54551391d308b6be214ce9782bab.zip gdb-3ef6f6045e6a54551391d308b6be214ce9782bab.tar.gz gdb-3ef6f6045e6a54551391d308b6be214ce9782bab.tar.bz2 |
* Makefile.in (depend): Bfd.h keeps moving, keep up with it.
* alldeps.mak, depend: Update to latest automatically built
versions.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d8d5c42..8755d7b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -590,8 +590,7 @@ depend: $(SOURCES) Makefile.in -e 's; $(INCLUDE_DIR)/; $(INCLUDE_DEP)/;g' \ -e 's; $(READLINE_DIR)/; $(READLINE_DEP)/;g' \ -e 's; [a-z0-9./]*bfd/; $(BFD_DEP)/;g' \ - -e 's; $(BFD_DEP)/bfd\.h; ../bfd/bfd.h;g' \ - -e 's; $(INCLUDE_DEP)/../bfd/bfd\.h; ../bfd/bfd.h;g' \ + -e 's; $(INCLUDE_DEP)/bfd\.h; $$(BFD_OBJ_DIR)/../include/bfd.h;g' \ -e 's; \./xm.h; xm.h config.status;g' \ -e 's; \./tm.h; tm.h config.status;g' \ -e 's; \./nm.h; nm.h config.status;g' \ |