summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2017-03-27 18:50:08 +0100
committerrofl0r <retnyg@gmx.net>2017-03-27 18:57:01 +0100
commitaade379acb978aacf1ee0ff6cffb580ffe20f95d (patch)
treee074c9671b09a35165e641a0ac3fec31c79cae68
parent90df51093209b33629d939d1e1f4fcc9a40a8124 (diff)
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
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \