diff options
author | K. Richard Pixley <rich@cygnus> | 1993-06-09 23:22:48 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-06-09 23:22:48 +0000 |
commit | 90494078118f27bf54c8380904079415b26b33f0 (patch) | |
tree | 06b2f3a9286685cb9ed77e7d7135dbe7a4d7f0e5 /gdb/Makefile.in | |
parent | a29be23615408eaec6a5133a710f615abaac6c6d (diff) | |
download | gdb-90494078118f27bf54c8380904079415b26b33f0.zip gdb-90494078118f27bf54c8380904079415b26b33f0.tar.gz gdb-90494078118f27bf54c8380904079415b26b33f0.tar.bz2 |
put configuration in startup banner
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 2675df5..f877117 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -590,6 +590,8 @@ 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; \./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' \ @@ -832,6 +834,8 @@ copying.c: ${srcdir}/COPYING ${srcdir}/copying.awk version.c: Makefile echo 'char *version = "$(VERSION)";' >version.c + echo 'char *host_canonical = "$(host_canonical)";' >> version.c + echo 'char *target_canonical = "$(target_canonical)";' >> version.c # c-exp.tab.c is generated in target dir from c-exp.y if it doesn't exist # in srcdir, then compiled in target dir to c-exp.tab.o. |