From aade379acb978aacf1ee0ff6cffb580ffe20f95d Mon Sep 17 00:00:00 2001 From: rofl0r Date: Mon, 27 Mar 2017 18:50:08 +0100 Subject: [PATCH] src/Makefile.am: fix spaces vs TAB this causes a build failure on several platforms using older versions of autotools or GNU make. make[2]: Entering directory `src' Makefile:670: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. make[2]: Leaving directory `src' fixes #72 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a1fe63d..c42b0dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 = \