diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 82bb5ba..6bf179c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -447,8 +447,7 @@ core-app-mib: build clean-core-app-mib $t test ! -e $(APP)/ebin/ $t test ! -e $(APP)/include/EX1-MIB.hrl $t test ! -e $(APP)/include/OTP-REG.hrl - $t test ! -e $(APP)/priv/mibs/EX1-MIB.bin - $t test ! -e $(APP)/priv/mibs/OTP-REG.bin + $t test ! -e $(APP)/priv/mibs/ $i "Build the application again" $t $(MAKE) -C $(APP) $v |