]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pkg-config: update lfs file to build with new dejagnu
authorMarcel Lorenz <marcel.lorenz@ipfire.org>
Sat, 3 Sep 2016 08:28:56 +0000 (10:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Sep 2016 11:41:41 +0000 (12:41 +0100)
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/pkg-config

index cd07978eaa696ec6af92c96b586bf0b41487d035..ed95102fd77d708595316ee911f09f29f722cd5c 100644 (file)
@@ -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)