-rw-r--r-- | Makefile.Embedded | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 41976f3..2d0e855 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -77,3 +77,3 @@ build_opie_plugin: build_microkde | |||
77 | ifdef BUILD_NO_OPIE_PLUGIN | 77 | ifdef BUILD_NO_OPIE_PLUGIN |
78 | @echo ---> opie plugin not build. | 78 | @echo == opie plugin not build. |
79 | else | 79 | else |
@@ -86,3 +86,3 @@ build_sharp_plugin: build_microkde | |||
86 | ifdef BUILD_NO_SHARP_PLUGIN | 86 | ifdef BUILD_NO_SHARP_PLUGIN |
87 | @echo ---> ldap plugin not build. | 87 | @echo == ldap plugin not build. |
88 | else | 88 | else |
@@ -95,3 +95,3 @@ build_ldap_plugin: build_microkde | |||
95 | ifdef BUILD_NO_LDAP_PLUGIN | 95 | ifdef BUILD_NO_LDAP_PLUGIN |
96 | @echo ---> ldap plugin not build. | 96 | @echo == ldap plugin not build. |
97 | else | 97 | else |
@@ -105,3 +105,3 @@ build_micromail: build_microkde | |||
105 | ifdef BUILD_NO_MICROMAIL | 105 | ifdef BUILD_NO_MICROMAIL |
106 | @echo ---> micromail not build. | 106 | @echo == kmicromail not build. |
107 | else | 107 | else |
@@ -114,3 +114,3 @@ build_gammu: variable_test tmake | |||
114 | ifdef BUILD_NO_GAMMU | 114 | ifdef BUILD_NO_GAMMU |
115 | @echo ---> gammu not build. | 115 | @echo == gammu not build. |
116 | else | 116 | else |
@@ -168,2 +168,5 @@ variable_test: variable_info | |||
168 | endif | 168 | endif |
169 | ifdef BUILD_NO_GAMMU | ||
170 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) | ||
171 | endif | ||
169 | @echo -------------------------------------- | 172 | @echo -------------------------------------- |