fix error when doing 'make %_defconfig

This commit is contained in:
Ulf Samuelsson 2007-09-23 10:57:15 +00:00
parent 9512866f3c
commit e41b76e91c

View file

@ -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:'