From 98883e6860458db8031690e1dd99ae2e4cc94263 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sun, 3 Aug 2008 22:52:33 +0000 Subject: Fix for autoconf. Thanks to Tom --- ax25/axgetput/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ax25/axgetput') diff --git a/ax25/axgetput/Makefile.am b/ax25/axgetput/Makefile.am index df8871b..aa05aaf 100644 --- a/ax25/axgetput/Makefile.am +++ b/ax25/axgetput/Makefile.am @@ -15,7 +15,6 @@ axgetput_SOURCES = axgetput.c axgetput.h util.h proto_bin.h util.c proto_bin.c i install-exec-local: (cd $(DESTDIR)$(bindir) && ln -sf axgetput bget && ln -sf axgetput bput) - make install-man-local -install-man-local: +install-data-hook: (cd $(DESTDIR)$(mandir)/man1 && ln -sf axgetput.1 bget.1 && ln -sf axgetput.1 bput.1) -- cgit v1.2.3