Unidiff1 files changed, 2 insertions, 2 deletions
|
diff --git a/Makefile b/Makefile index 01439bd..de9d5ce 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -163,6 +163,6 @@ variable_test: variable_info |
163 | else |
163 | else |
164 | ifndef SHARPDTMSDK |
164 | ifndef SHARPDTMSDK |
165 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
165 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
166 | $(error SHARPDTMSDK is not defined) |
166 | $(error SHARPDTMSDK is not defined) |
167 | endif |
167 | endif |
168 | endif |
168 | endif |
|