Fix setting of 'prefix' macro.

This commit is contained in:
Michael Kerrisk 2007-06-10 18:28:39 +00:00
parent ed15fce22c
commit c7b4971bab
1 changed files with 2 additions and 1 deletions

View File

@ -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