From 766193da3f7143005c8a0f01370661f0afd096ad Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 23 Oct 2006 00:17:04 +0000 Subject: [PATCH] r19460: currently building when there is an existing previous build in place is broken (This used to be commit 59ac5cf96b208cebe2eb608d853314d335756068) --- source4/lib/ldb/standalone.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source4/lib/ldb/standalone.sh b/source4/lib/ldb/standalone.sh index 1c5d5f7e4f3..59873808808 100755 --- a/source4/lib/ldb/standalone.sh +++ b/source4/lib/ldb/standalone.sh @@ -14,9 +14,12 @@ make clean ./autogen.sh -mkdir -p build +rm -fr build +mkdir build cd build ../configure make dirs make all + +cd .. -- 2.11.4.GIT