[gnome-shell] Sacrifice spaces, replace with a tab to keep the make god happy



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]