From: Marcel Lorenz Date: Sat, 3 Sep 2016 08:28:56 +0000 (+0200) Subject: pkg-config: update lfs file to build with new dejagnu X-Git-Tag: v2.19-core106~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35f37bf02b6de4a4b2bd15c672e6dd408ea56564;p=ipfire-2.x.git pkg-config: update lfs file to build with new dejagnu Signed-off-by: Marcel Lorenz Signed-off-by: Michael Tremer --- diff --git a/lfs/pkg-config b/lfs/pkg-config index cd07978eaa..ed95102fd7 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)