BUILD: MAKEFILES: Improve syntax of if checks

This commit is contained in:
aryanrawlani28 2020-09-30 12:11:05 +05:30 committed by Eugene Sandulenko
parent 2f05960913
commit 02730ee176
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ KYRARPG_COMMON_OBJ := $(KYRARPG_COMMON_OBJ_ORIG)
# Enable-rules again
LOAD_RULES_MK := 1
ifneq "$(DETECTION_STATIC)" "1"
ifneq ($(DETECTION_STATIC), 1)
-include $(srcdir)/engines/detect_modules.mk
endif

View File

@ -3,7 +3,7 @@
#
###############################################
ifeq "$(LOAD_RULES_MK)" "1"
ifeq ($(LOAD_RULES_MK), 1)
# Copy the list of objects to a new variable. The name of the new variable
# contains the module name, a trick we use so we can keep multiple different