]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/pkg-config
Merge branch 'next' into initscripts-cleanup
[ipfire-2.x.git] / 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)