mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
make: Remove MANDIR
It's unused since commit 6cfed3bd
("make: no longer create INSTALLDIR_MAN")
This commit is contained in:
parent
ddf067f188
commit
79f1266017
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# spell-checker:ignore (misc) testsuite runtest findstring (targets) busytest distclean manpages pkgs ; (vars/env) BINDIR BUILDDIR CARGOFLAGS DESTDIR DOCSDIR INSTALLDIR INSTALLEES MANDIR MULTICALL
|
||||
# spell-checker:ignore (misc) testsuite runtest findstring (targets) busytest distclean manpages pkgs ; (vars/env) BINDIR BUILDDIR CARGOFLAGS DESTDIR DOCSDIR INSTALLDIR INSTALLEES MULTICALL
|
||||
|
||||
# Config options
|
||||
PROFILE ?= debug
|
||||
|
@ -23,7 +23,6 @@ CARGOFLAGS ?=
|
|||
PREFIX ?= /usr/local
|
||||
DESTDIR ?=
|
||||
BINDIR ?= /bin
|
||||
MANDIR ?= /man/man1
|
||||
|
||||
INSTALLDIR_BIN=$(DESTDIR)$(PREFIX)$(BINDIR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue