diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-15 02:33:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-15 02:33:04 +0000 |
commit | bbf51ca2399886799b0f5c810e23ab728670e3fe (patch) | |
tree | d7a9804b3caa506d39c1c043918a14544b19819b /gdb/Makefile.in | |
parent | b17d2d147491525c3368a0a5417810010e203894 (diff) | |
download | gdb-bbf51ca2399886799b0f5c810e23ab728670e3fe.zip gdb-bbf51ca2399886799b0f5c810e23ab728670e3fe.tar.gz gdb-bbf51ca2399886799b0f5c810e23ab728670e3fe.tar.bz2 |
Restore value of Makefile variable VERSION to 4.16.1.
Was clobered during one of the Foundry merges.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c3a52a7..7f6e1de 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -249,7 +249,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \ ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) -VERSION=4.16-foundry-971110 +VERSION=4.16.1 DIST=gdb LINT=/usr/5bin/lint @@ -271,7 +271,7 @@ SER_HARDWIRE = ser-unix.o # The `remote' debugging target is supported for most architectures, # but not all (e.g. 960) -REMOTE_OBS = remote.o dcache.o remote-utils.o +REMOTE_OBS = remote.o dcache.o remote-utils.o tracepoint.o # This is remote-sim.o if a simulator is to be linked in. SIM_OBS = @@ -585,19 +585,15 @@ install-only: $(INSTALL_PROGRAM) gdb$(EXEEXT) $(bindir)/$$transformed_name$(EXEEXT) ; \ $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$transformed_name.1 # start-sanitize-gdbtk - if [ x"$(ENABLE_GDBTK)" != x ] ; then \ - $(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl ; \ - $(SHELL) $(srcdir)/../mkinstalldirs \ + $(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl ; \ + $(SHELL) $(srcdir)/../mkinstalldirs \ $(datadir)/gdbtcl/images \ $(datadir)/gdbtcl/images2 ; \ - cd $(srcdir)/gdbtcl2 ; \ - for i in *.tcl images/*.gif images2/*.gif tclIndex; \ - do \ + cd $(srcdir)/gdbtcl2 ; \ + for i in *.tcl images/*.gif images2/*.gif tclIndex; \ + do \ $(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \ - done ; \ - else \ - true ; \ - fi + done ; # end-sanitize-gdbtk @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do |