* nlm/Makefile.in: install gdbserve.nlm.

This commit is contained in:
J.T. Conklin 1994-11-02 19:04:22 +00:00
parent 52329a29a2
commit 2f2c0b2a2c
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Wed Nov 2 11:01:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* nlm/Makefile.in: install gdbserve.nlm.
Tue Nov 1 16:41:12 1994 Stu Grossman (grossman@cygnus.com)
* Makefile.in: Use $(objdir)/tcl and $(objdir)/tk if they are

View File

@ -178,12 +178,10 @@ all: gdbserve.nlm
# install-only is intended to address that need.
install: all install-only
install-only:
$(INSTALL_XFORM) gdbserver $(bindir)/gdbserver
$(INSTALL_XFORM1) $(srcdir)/gdbserver.1 $(man1dir)/gdbserver.1
$(INSTALL_XFORM) gdbserve.nlm $(bindir)/gdbserve.nlm
uninstall: force
rm -f $(bindir)/gdbserver $(man1dir)/gdbserver.1
# @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
rm -f $(bindir)/gdbserve.nlm
installcheck:
check: