From e18c93169c35dba6863ffb9fb51c7b775bac9d89 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Apr 2006 11:33:27 +0000 Subject: [PATCH] * Create libexec. --- externals/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/externals/Makefile.am b/externals/Makefile.am index f08912c1..0e5cc970 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