From e41b76e91c7e432fbafbea12004cfea36e330a22 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 23 Sep 2007 10:57:15 +0000 Subject: fix error when doing 'make %_defconfig --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ce49360c..9db3be7d7 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:' -- cgit v1.2.3