diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:07:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:07:14 +0200 |
commit | 156a69150af8aaafb16e6052f01e91f9184f85f9 (patch) | |
tree | 73e7cf1fc1cf94e5b4bd71e3d3f451ca09ecd7e5 | |
parent | General improvements (diff) | |
download | libkeccak-156a69150af8aaafb16e6052f01e91f9184f85f9.tar.gz libkeccak-156a69150af8aaafb16e6052f01e91f9184f85f9.tar.bz2 libkeccak-156a69150af8aaafb16e6052f01e91f9184f85f9.tar.xz |
Fix makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config.mk | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -98,7 +98,7 @@ MAN3 =\ libkeccak_update.3 MAN7 =\ - libkeccak_update.7 + libkeccak.7 all: libkeccak.a libkeccak.$(LIBEXT) test benchmark @@ -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 |