]> git.ipfire.org Git - thirdparty/libvirt.git/commit
dist: ln(1) is not guaranteed to have a '-f' option
authorAndrea Bolognani <abologna@redhat.com>
Thu, 21 Apr 2016 11:16:56 +0000 (13:16 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 21 Apr 2016 13:36:14 +0000 (15:36 +0200)
commitd0062fb9b5ca643af5457a478643f6bc7656123d
treea78985f6c931f40f83f53160680e826d90f2f949
parent5938f2d0bdda38ea280b1445aebdbcd816202e0a
dist: ln(1) is not guaranteed to have a '-f' option

According to the autoconf manual, using '$(LN_S) -f' is not
portable; remove the target explicitly beforehand to work around
this limitation.

Adjust some slightly awkward indentation while at it.
src/Makefile.am
tools/Makefile.am