diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-04-25T11·33+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-04-25T11·33+0000 |
commit | e18c93169c35dba6863ffb9fb51c7b775bac9d89 (patch) | |
tree | 3b06f79a93cc8b41d98cf28af32492180fdfbad4 /externals | |
parent | 0748331b708deec8319a3e0dcb075b4c396b5665 (diff) |
* Create libexec.
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am index f08912c1f0e9..0e5cc97020cd 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -93,7 +93,8 @@ build-bzip2: have-bzip2 touch build-bzip2 install: - cp $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 ${bzip2_bin} + mkdir -p ${bzip2_bin} + $(INSTALL_PROGRAM) $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 ${bzip2_bin} endif |