[clutter] build: Use tabs in rule definitions



commit 5105edca0f3b034d5323dae77ecc0b4152c5cb5a
Author: Colin Walters <walters verbum org>
Date:   Mon Jun 24 13:38:41 2013 -0400

    build: Use tabs in rule definitions

 tests/accessibility/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/accessibility/Makefile.am b/tests/accessibility/Makefile.am
index bf35fbf..0483541 100644
--- a/tests/accessibility/Makefile.am
+++ b/tests/accessibility/Makefile.am
@@ -39,10 +39,10 @@ insttest_PROGRAMS = \
        cally-clone-example
 
 %.test: %$(EXEEXT) Makefile
-        $(AM_V_GEN) (echo '[Test]' > $  tmp; \
-        echo 'Type=session' >> $  tmp; \
-        echo 'Exec=$(insttestdir)/$<' >> $  tmp; \
-        mv $  tmp $@)
+       $(AM_V_GEN) (echo '[Test]' > $  tmp; \
+       echo 'Type=session' >> $  tmp; \
+       echo 'Exec=$(insttestdir)/$<' >> $  tmp; \
+       mv $  tmp $@)
 
 testmetadir = $(datadir)/installed-tests/$(PACKAGE)
 testmeta_DATA = $(insttest_PROGRAMS:=.test)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]