From a6d59037f28a6ea47f4bffdeb73f463f07ab9832 Mon Sep 17 00:00:00 2001 From: akool Date: Fri, 29 Oct 1999 12:43:02 +0000 Subject: [PATCH] fixed "make install" --- isdnlog/Makefile.in | 17 ++++++++++------- isdnlog/tools/zone/Makefile.in | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/isdnlog/Makefile.in b/isdnlog/Makefile.in index f2ddec56..6d349e4c 100644 --- a/isdnlog/Makefile.in +++ b/isdnlog/Makefile.in @@ -1,4 +1,4 @@ -## $Id: Makefile.in,v 1.113 1999/10/28 18:36:43 akool Exp $ +## $Id: Makefile.in,v 1.114 1999/10/29 12:43:02 akool Exp $ ## ## ISDN accounting for isdn4linux. ## @@ -19,6 +19,9 @@ ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## ## $Log: Makefile.in,v $ +## Revision 1.114 1999/10/29 12:43:02 akool +## fixed "make install" +## ## Revision 1.113 1999/10/28 18:36:43 akool ## isdnlog-3.59 ## - problems with gcc-2.7.2.3 fixed @@ -958,10 +961,10 @@ installdirs: rootperm $(INSTALL_DIR) $(DESTDIR)$(DATADIR) install: all rootperm installdirs - install-progs - install-data - -install-progs: +# install-progs +# install-data +# +# install-progs: @echo "Killing running isdnlog!" -@if ps x | fgrep $(ISDNLOG) >/dev/null; then kill `cat $(RUNDIR)/isdnlog.isdnctrl0.pid 2>/dev/null`; fi -@test ! -d $(DESTDIR)$(OLDCONFDIR) || cp -auv $(DESTDIR)$(OLDCONFDIR)/$(USERFILE) $(DESTDIR)$(I4LCONFDIR) @@ -979,8 +982,8 @@ install-progs: $(INSTALL_BIN) $(ISDNREP) $(DESTDIR)$(BINDIR) $(INSTALL_BIN) $(ISDNCONF) $(DESTDIR)$(BINDIR) $(INSTALL_BIN) $(ISDNRATE) $(DESTDIR)$(BINDIR) - -install-data: +# +# install-data: $(INSTALL_DATA) isdnlog/isdnlog.8 $(DESTDIR)$(MAN8DIR)/isdnlog$(MAN8EXT) $(INSTALL_DATA) isdnrep/isdnrep.1 $(DESTDIR)$(MAN1DIR)/isdnrep$(MAN1EXT) $(INSTALL_DATA) isdnconf/isdnconf.1 $(DESTDIR)$(MAN1DIR)/isdnconf$(MAN1EXT) diff --git a/isdnlog/tools/zone/Makefile.in b/isdnlog/tools/zone/Makefile.in index 28bdd76b..cf6a0a5a 100644 --- a/isdnlog/tools/zone/Makefile.in +++ b/isdnlog/tools/zone/Makefile.in @@ -76,7 +76,7 @@ install-man: $(PROGRAM).man mkdir -p $(DESTDIR)$(MAN8DIR) $(INSTALL_MAN) $< $(DESTDIR)$(MAN8DIR)/$(MANPAGE) -install: $(PROGRAM) install-man +install: $(PROGRAM) # install-man $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(SBINDIR)/$(PROGRAM) install-strip: $(PROGRAM)