build: Use tabs in rule definitions

This commit is contained in:
Colin Walters 2013-06-24 13:38:41 -04:00
parent 2b4f47d444
commit 5105edca0f

View File

@ -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)