summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2007-09-23 12:57:15 +0200
committerUlf Samuelsson2007-09-23 12:57:15 +0200
commite41b76e91c7e432fbafbea12004cfea36e330a22 (patch)
treef7bc29ddd003c3d95c45f0c3907228372ae32a9f /Makefile
parentUpdate atstk1002 config (diff)
downloadbuildroot-e41b76e91c7e432fbafbea12004cfea36e330a22.tar.gz
buildroot-e41b76e91c7e432fbafbea12004cfea36e330a22.tar.xz
buildroot-e41b76e91c7e432fbafbea12004cfea36e330a22.zip
fix error when doing 'make %_defconfig
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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:'