mirror of https://github.com/GNOME/gimp.git
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:
parent
fc979283de
commit
71f2a9f8ae
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue