-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -163,6 +163,6 @@ variable_test: variable_info else - ifndef SHARPDTMSDK + ifndef SHARPDTMSDK @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) $(error SHARPDTMSDK is not defined) - endif + endif endif |