diff --git a/GNUmakefile b/GNUmakefile index e720f633c..ecb814392 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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