summaryrefslogtreecommitdiffstats
path: root/users/ishtob/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/ishtob/rules.mk')
-rwxr-xr-xusers/ishtob/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/ishtob/rules.mk b/users/ishtob/rules.mk
index d19e95266..909502b50 100755
--- a/users/ishtob/rules.mk
+++ b/users/ishtob/rules.mk
@@ -1,5 +1,5 @@
SRC += ishtob.c
-ifneq ($(wildcard $(USER_PATH)/macros_private.c),"")
+ifneq ("$(wildcard $(USER_PATH)/macros_private.c)","")
SRC += macros_private.c
endif
ifeq ($(strip $(NO_SECRETS)), yes)