From: Hannu Nyman Date: Fri, 6 Jan 2017 17:51:35 +0000 (+0200) Subject: Makefile: ensure that BIN_DIR exists for diffconfig X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c1b12aa838587952b269a75ad278e8805aa9a65f;p=openwrt%2Fstaging%2Flynxis%2Fomap.git Makefile: ensure that BIN_DIR exists for diffconfig Ensure that BIN_DIR exists when the diffconfig target needs it. Otherwise 'make diffconfig' fails after 'make clean' Signed-off-by: Hannu Nyman --- diff --git a/Makefile b/Makefile index 3450f7e297..b220dfd3c5 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,7 @@ checksum: FORCE $(call sha256sums,$(BIN_DIR)) diffconfig: FORCE + mkdir -p $(BIN_DIR) $(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed prepare: .config $(tools/stamp-install) $(toolchain/stamp-install)