]> git.ipfire.org Git - thirdparty/libarchive.git/commit
build: fix out of tree builds 534/head
authorRoss Burton <ross.burton@intel.com>
Tue, 5 May 2015 14:29:52 +0000 (15:29 +0100)
committerRoss Burton <ross.burton@intel.com>
Tue, 5 May 2015 14:29:52 +0000 (15:29 +0100)
commit1c6adda3b0e58658b9484e47477c12dcefdf1908
treeb96de3f680a515bcfc7cd8356902a709eb03684e
parentff86dd102fe1378e4d028998246f16d6d1631c9e
build: fix out of tree builds

When writing files with shell directly it's best to create the target
directory first, as it's possible that the build directory is almost empty.

In particular out of tree builds with automake's dependency tracking
disabled is an easy way of triggering this.
Makefile.am
configure.ac