From 908fb92baa18dde39115ed880fc7a57c2ad72995 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 11 Sep 2013 15:22:37 -0400 Subject: Makefile: don't have directory-targets share namespace with project-targets --- test/testenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testenv b/test/testenv index 423eda5..0448e33 100755 --- a/test/testenv +++ b/test/testenv @@ -18,7 +18,7 @@ export TMPDIR="$(mktemp --tmpdir -d libretools-test.XXXXXXXXXX)" trap "rm -rf '$TMPDIR'" EXIT # Set up the install to work with destdir=$TMPDIR/destdir -make -C .. install-librelib install DESTDIR=$destdir &>/dev/null || { +make -C .. install DESTDIR=$destdir &>/dev/null || { echo 'error creating local install, cannot run tests' exit 1 } -- cgit v1.2.3-54-g00ecf