From 51516e7016fbe6361ac6ba01b6ef72bf490c9fde Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 30 Oct 2010 14:15:59 +0100 Subject: [PATCH] Fixed test to put binary in DISTDIR --- tests/cprog/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cprog/Makefile b/tests/cprog/Makefile index 8384720..1225517 100644 --- a/tests/cprog/Makefile +++ b/tests/cprog/Makefile @@ -4,6 +4,7 @@ PC_DIR=${DISTDIR}/pkgconfig all: main ls -ld "${CPROG_SELF}" ./main + cp main "${DISTDIR}/" [ -d "${PC_DIR}" ] || mkdir "${PC_DIR}" echo "prefix=${DISTDIR}" > "${PC_DIR}/cprog.pc" [ -d "${LIB_DIR}" ] || mkdir "${LIB_DIR}" -- 2.11.4.GIT