From: Ulf Samuelsson Date: Sun, 23 Sep 2007 10:57:15 +0000 (-0000) Subject: fix error when doing 'make %_defconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e41b76e91c7e432fbafbea12004cfea36e330a22;p=buildroot.git fix error when doing 'make %_defconfig --- diff --git a/Makefile b/Makefile index 8ce49360cc..9db3be7d7b 100644 --- a/Makefile +++ b/Makefile @@ -409,7 +409,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) %_defconfig: $(CONFIG)/conf cp $(shell find ./target/ -name $@) .config - @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) + - $(MAKE) oldconfig help: @echo 'Cleaning:'