diff options
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index b6d09bc..092abc9 100644 --- a/compatMakefile +++ b/compatMakefile @@ -81,7 +81,7 @@ instname = make # Directory to install `make' in. bindir = $(exec_prefix)/bin # Directory to install the man page in. -mandir = $(prefix)/man/manl +mandir = $(prefix)/man/man$(manext) # Number to put on the man page filename. manext = l |