* Create libexec.

This commit is contained in:
Eelco Dolstra 2006-04-25 11:33:27 +00:00
parent 0748331b70
commit e18c93169c
1 changed files with 2 additions and 1 deletions

View File

@ -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