]> xenbits.xensource.com Git - libvirt.git/commit
build: Use $(LN_S) safely
authorAndrea Bolognani <abologna@redhat.com>
Wed, 20 Apr 2016 17:24:22 +0000 (19:24 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 21 Apr 2016 08:02:36 +0000 (10:02 +0200)
commited5c929777dd5f0b2efe420750540eec976d0efc
tree6d6f4babf62870089e2c9f3b19fb4f30901db0cf
parentce8379eedcd200de43ab32238c4f88213083c7bc
build: Use $(LN_S) safely

The autoconf documentation recommends to always use this
construct when creating symbolic links with $(LN_S) to avoid
unexpected behavior.
src/Makefile.am
tools/Makefile.am