From mboxrd@z Thu Jan  1 00:00:00 1970
From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 4/5] pkg-config: update lfs file to build with new dejagnu
Date: Sat, 03 Sep 2016 10:28:56 +0200
Message-ID: <20160903082857.8746-5-marcel.lorenz@ipfire.org>
In-Reply-To: <20160903082857.8746-1-marcel.lorenz@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5778869958686938714=="
List-Id: <development.lists.ipfire.org>

--===============5778869958686938714==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
 lfs/pkg-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfs/pkg-config b/lfs/pkg-config
index cd07978..ed95102 100644
--- a/lfs/pkg-config
+++ b/lfs/pkg-config
@@ -82,7 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 ifeq "$(ROOT)" ""
 else
-	mkdir /tools/lib/pkgconfig
+	mkdir -pv /tools/lib/pkgconfig
 endif
 	cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --with-internal-glib
 	cd $(DIR_APP) && make $(MAKETUNING)
-- 
2.9.3


--===============5778869958686938714==--