summaryrefslogtreecommitdiffstats
path: root/external/libeot
diff options
context:
space:
mode:
Diffstat (limited to 'external/libeot')
-rw-r--r--external/libeot/ExternalProject_libeot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libeot/ExternalProject_libeot.mk b/external/libeot/ExternalProject_libeot.mk
index dc6a987ae99a..e40186e9e849 100644
--- a/external/libeot/ExternalProject_libeot.mk
+++ b/external/libeot/ExternalProject_libeot.mk
@@ -23,7 +23,7 @@ $(call gb_ExternalProject_get_state_target,libeot,build) :
--disable-shared \
--disable-debug \
CFLAGS='$(filter-out -std=gnu89,$(CFLAGS))' \
- && $(MAKE) $(if $(VERBOSE)$(verbose),V=1) \
+ && $(MAKE) $(if $(verbose),V=1) \
)
# vim: set noet sw=4 ts=4: