Makefile: remove redundant mkdir from *config
authorArnout Vandecappelle <arnout@mind.be>
Fri, 17 Apr 2015 16:48:03 +0000 (18:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Apr 2015 12:44:53 +0000 (14:44 +0200)
commitdfc4f5cdd089b267faf40555df19c03b84d36b68
tree8c914c8cc5f8e34e7f6a02bf951e95d46c1e60dc
parent6d3630cff051ea1c787d6e32d7ba696cb12fa579
Makefile: remove redundant mkdir from *config

The first dependency of these targets is
$(BUILD_DIR)/buildroot-config/*conf
so the $(BUILD_DIR)/buildroot-config directory certainly exists.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile