Merge pull request #85 from rofl0r/fix_72

src/Makefile.am: fix spaces vs TAB
This commit is contained in:
Michael Adam 2017-03-29 09:15:22 +02:00 committed by GitHub
commit 2c574e9afe

View File

@ -62,7 +62,7 @@ authors.c: $(top_srcdir)/authors.xml $(srcdir)/authors.xsl
if HAVE_XSLTPROC
$(AM_V_GEN) $(XSLTPROC) $(srcdir)/authors.xsl $< > $(@) || rm -f $(@)
else
@echo "*** xsltproc is required to regenerate $(@) ***"; exit 1;
@echo "*** xsltproc is required to regenerate $(@) ***"; exit 1;
endif
BUILT_SOURCES = \