mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* Makefile.in, xconfig/delta88 made it install a sysV manual page;
gdb.z into the right place.
This commit is contained in:
@ -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.
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user