[quick-lounge-applet] Fixed build with gmake-3.82
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [quick-lounge-applet] Fixed build with gmake-3.82
- Date: Thu, 2 Sep 2010 16:42:14 +0000 (UTC)
commit e607c997c17ea7432dbc91a216ed3fa98243f10a
Author: Jory A. Pratt <anarchy gentoo org>
Date: Thu Sep 2 18:37:24 2010 +0200
Fixed build with gmake-3.82
Use tabs instead of spaces
data/Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 18c561b..7469c98 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -40,11 +40,11 @@ schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
# don't do this if we are building in eg. rpm
install-data-local: $(schemas_DATA)
if GCONF_SCHEMAS_INSTALL
- if test -z "$(DESTDIR)" ; then \
- for p in $^ ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
- done \
- fi
+ if test -z "$(DESTDIR)" ; then \
+ for p in $^ ; do \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
+ done \
+ fi
endif
EXTRA_DIST = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]