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,7 +101,8 @@ dev:
101 101
 # 	echo $(MVAR)
102 102
 # 	echo "MVAR"
103 103
 # 	ifeq ($(strip $(MVR2)),"emptyx")
104
-	ifeq ($(strip $(MVR2)),$(strip $(MVRE)))
104
+# 	ifeq ($(strip $(MVR2)),$(strip $(MVRE)))
105
+	ifeq (MVR2,MVRE)
105 106
 		echo not iE
106 107
 	else
107 108
 		echo iE

Loading…
Cancel
Save