* Makefile.in, xconfig/delta88 made it install a sysV manual page;

gdb.z into the right place.
This commit is contained in:
Steve Chamberlain
1991-11-14 03:57:05 +00:00
parent 38dc9747fe
commit a219b090a4
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Nov 13 19:51:11 1991 Steve Chamberlain (sac at cygnus.com)
* Makefile.in, xconfig/delta88 made it install a sysV manual page;
gdb.z into the right place.
Wed Nov 13 16:45:13 1991 John Gilmore (gnu at cygnus.com)
Motorola 88000 port without tears, I mean without tdescs.

View File

@ -280,7 +280,12 @@ YYOBJ = c-exp.tab.o m2-exp.tab.o
all: gdb
$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)"
install: gdb
gdb.z:gdb.1
nroff -man gdb.1 | col -b > gdb.t
pack gdb.t ; rm -f gdb.t
mv gdb.t.z gdb.z
install: gdb gdb.z
cp gdb $(bindir)/gdb.new
mv $(bindir)/gdb.new $(bindir)/gdb
$(M_INSTALL)