mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
GNUMakefile: fix inverted check
This commit is contained in:
parent
74179554bb
commit
f1fc880d61
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ OS := $(shell uname -s)
|
|||
|
||||
# Windows does not allow symlink by default.
|
||||
# Allow to override LN for AppArmor.
|
||||
ifeq (,$(findstring _NT,$(OS)))
|
||||
ifneq (,$(findstring _NT,$(OS)))
|
||||
LN ?= ln -f
|
||||
endif
|
||||
LN ?= ln -sf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue