From 156a69150af8aaafb16e6052f01e91f9184f85f9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 14 Oct 2017 01:07:14 +0200 Subject: Fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- config.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 43cc089..f6bdc42 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ MAN3 =\ libkeccak_update.3 MAN7 =\ - libkeccak_update.7 + libkeccak.7 all: libkeccak.a libkeccak.$(LIBEXT) test benchmark diff --git a/config.mk b/config.mk index fee0853..0ad429a 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ -PREFIX = /usr -MANPREFIX = $(DATADIR)/man +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/share/man # These have not been extensively tested but appear to: # * Produce produce false warnings -- cgit v1.2.3-70-g09d2