diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-10 21:05:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-10 21:05:08 +0000 |
commit | 47707f76cbc10480defe5a1f074aa8825298ee72 (patch) | |
tree | 62a82b0909cf6399cb5f561ce66d0c1727dfeb46 | |
parent | 3241a91312fa81293218e15da8e2cc376535c8d2 (diff) | |
download | gunmake-47707f76cbc10480defe5a1f074aa8825298ee72.tar.gz |
Formerly compatMakefile.~34~
-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 |