summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2017-03-29 09:15:22 +0200
committerGitHub <noreply@github.com>2017-03-29 09:15:22 +0200
commit2c574e9afe745a62a64d2b1379ebc5a7cb8d25f6 (patch)
treed8ed2d589c58d1228dfd05224296d6b40cdcbb34 /src
parent1e934118104d73793f7b9f3dae43e7dcca74ff0e (diff)
parentaade379acb978aacf1ee0ff6cffb580ffe20f95d (diff)
Merge pull request #85 from rofl0r/fix_72
src/Makefile.am: fix spaces vs TAB
Diffstat (limited to 'src')
-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 = \