* 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

@@ -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: