From c7b4971bab4c30b1ae5cd8dd3caa2445cdfb6e86 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 10 Jun 2007 18:28:39 +0000 Subject: [PATCH] Fix setting of 'prefix' macro. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d28660d28..90476eefc 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ # Do "make install" to copy the pages to their destination. # Do "make gz" or "make bz2" first if you use compressed source pages. -MANDIR=$(prefix)/usr/share/man +prefix?=/usr +MANDIR=$(prefix)/share/man GZIP=gzip -9 BZIP2=bzip2 -9