Use xsltproc -o instead of output redirection for AUTHORS file.
This uses the correct (Unix) line endings when building on Microsoft Windows and thus prevents the file from always being marked as modified.
This commit is contained in:
@ -40,7 +40,7 @@ pkgconfig_DATA = \
|
||||
|
||||
AUTHORS: authors.xml authors.xsl
|
||||
if HAVE_XSLTPROC
|
||||
$(XSLTPROC) authors.xsl $< > $(@) || rm -f $(@)
|
||||
$(XSLTPROC) -o $(@) authors.xsl $< || rm -f $(@)
|
||||
endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user