From f1e255e9a8531e00961d06459d802cd5b0a7a755 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 23 Feb 2015 02:05:23 +0100 Subject: [PATCH] Parly fixed "make distcheck" --- tests/cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp.sh b/tests/cpp.sh index 39c455f..4ad944d 100755 --- a/tests/cpp.sh +++ b/tests/cpp.sh @@ -28,7 +28,7 @@ PROGNAME="cpp.sh" #executables CPP="../src/cpp" -[ -n "$OBJDIR" ] && CPP="${OBJDIR}cpp" +[ -n "$OBJDIR" ] && CPP="${OBJDIR}../src/cpp" #functions