summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-05-23 13:59:59 +0100
committerBastien Nocera <hadess@hadess.net>2011-05-23 13:59:59 +0100
commitd548a011e33963ed32e854ad9d2b54c62a19863f (patch)
tree29fb012f7943e8b20a9da562d73a95d30f539ab3
parent87e34e7eb175dbdc733972753b72c636dd2b3b77 (diff)
build: quiet down
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 8f70ee9..b2a3f58 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -57,7 +57,7 @@ uninstall-icons:
install-data-local: install-icons
if GCONF_SCHEMAS_INSTALL
- if test -z "$(DESTDIR)" ; then \
+ @if test -z "$(DESTDIR)" ; then \
for p in $(schema_DATA) ; do \
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
done \