Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
1201c14f23
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Makefile

+ 2
- 1
Makefile View File

101
 # 	echo $(MVAR)
101
 # 	echo $(MVAR)
102
 # 	echo "MVAR"
102
 # 	echo "MVAR"
103
 # 	ifeq ($(strip $(MVR2)),"emptyx")
103
 # 	ifeq ($(strip $(MVR2)),"emptyx")
104
-	ifeq ($(strip $(MVR2)),$(strip $(MVRE)))
104
+# 	ifeq ($(strip $(MVR2)),$(strip $(MVRE)))
105
+	ifeq (MVR2,MVRE)
105
 		echo not iE
106
 		echo not iE
106
 	else
107
 	else
107
 		echo iE
108
 		echo iE

Loading…
Cancel
Save