From 537ad948b27430dd0ea6aef66a294bac32044291 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 11 Jan 2011 23:16:21 +0100 Subject: [PATCH] Compile gnupg as a util --- gen_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index f334b6b..109e949 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -695,7 +695,7 @@ compile_gpg() { --without-zlib --without-bzip2 --without-libusb --without-readline \ >> ${LOGFILE} 2>&1 || gen_die 'Configuring gnupg failed!' print_info 1 'gnupg: >> Compiling...' - MAKE=${UTILS_MAKE} compile_generic "" "" + compile_generic "" "utils" print_info 1 'gnupg: >> Copying to cache...' [ -f "${TEMP}/${GPG_DIR}/g10/gpg" ] || gen_die 'gnupg executable does not exist!'