[gnome-shell] Sacrifice spaces, replace with a tab to keep the make god happy
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Sacrifice spaces, replace with a tab to keep the make god happy
- Date: Fri, 18 Jun 2010 21:46:50 +0000 (UTC)
commit f8b142064bf6171c59f481b402ed5f2c39cd151e
Author: Colin Walters <walters verbum org>
Date: Fri Jun 18 17:47:36 2010 -0400
Sacrifice spaces, replace with a tab to keep the make god happy
data/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 579ee8e..a67e85e 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -52,8 +52,8 @@ gsettings_SCHEMAS = org.gnome.shell.gschema.xml
# We need to compile schemas at make time
# to run from source tree
-gschemas.compiled: org.gnome.shell.gschema.xml
- $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
+gschemas.compiled:
+ $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
all-local: gschemas.compiled
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]