Merge pull request #85 from rofl0r/fix_72
src/Makefile.am: fix spaces vs TAB
This commit is contained in:
commit
2c574e9afe
@ -62,7 +62,7 @@ authors.c: $(top_srcdir)/authors.xml $(srcdir)/authors.xsl
|
|||||||
if HAVE_XSLTPROC
|
if HAVE_XSLTPROC
|
||||||
$(AM_V_GEN) $(XSLTPROC) $(srcdir)/authors.xsl $< > $(@) || rm -f $(@)
|
$(AM_V_GEN) $(XSLTPROC) $(srcdir)/authors.xsl $< > $(@) || rm -f $(@)
|
||||||
else
|
else
|
||||||
@echo "*** xsltproc is required to regenerate $(@) ***"; exit 1;
|
@echo "*** xsltproc is required to regenerate $(@) ***"; exit 1;
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
|
Loading…
Reference in New Issue
Block a user