summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-09-12 20:52:45 (UTC)
committer zautrix <zautrix>2004-09-12 20:52:45 (UTC)
commitdfcf15caa7dd46574634f125a52db145d399f555 (patch) (side-by-side diff)
tree5ee2bc5c791cfcd0d0189d6f7030915799d2cbd6
parent1c903ba4160711db5f7a1074a5cebe3b99406744 (diff)
downloadkdepimpi-dfcf15caa7dd46574634f125a52db145d399f555.zip
kdepimpi-dfcf15caa7dd46574634f125a52db145d399f555.tar.gz
kdepimpi-dfcf15caa7dd46574634f125a52db145d399f555.tar.bz2
makefile fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile4
-rw-r--r--Makefile.Embedded4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 01439bd..de9d5ce 100644
--- a/Makefile
+++ b/Makefile
@@ -161,10 +161,10 @@ variable_test: variable_info
ifdef BUILD_NO_SHARP_PLUGIN
@echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN)
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
ifdef BUILD_NO_GAMMU
@echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU)
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 01439bd..de9d5ce 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -161,10 +161,10 @@ variable_test: variable_info
ifdef BUILD_NO_SHARP_PLUGIN
@echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN)
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
ifdef BUILD_NO_GAMMU
@echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU)