]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: Always use $(LN_S) and $(MKDIR_P)
authorAndrea Bolognani <abologna@redhat.com>
Wed, 20 Apr 2016 16:17:07 +0000 (18:17 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 21 Apr 2016 08:02:36 +0000 (10:02 +0200)
commit2561d4e395ce37227804725a26a3de33d02c82cd
tree486aa25b5e9ad8034b437445d613084ce56424b8
parentb4bc800cfc051a71443927afac3cbe3810701a0f
build: Always use $(LN_S) and $(MKDIR_P)

autotools provide those for our convenience, so let's use them
everywhere instead of mixing in native command invocation.
Makefile.am
src/Makefile.am