mirror of https://gitee.com/openkylin/qemu.git
Makefile: Fix spelling
Replace defconfing -> defconfig Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
7d30175271
commit
63e86b2e13
2
Makefile
2
Makefile
|
@ -45,7 +45,7 @@ config-all-devices.mak: $(SUBDIR_DEVICES_MAK)
|
|||
$(call quiet-command,cat $< > $@.tmp, " GEN $@")
|
||||
@if test -f $@ ; then \
|
||||
echo "WARNING: $@ out of date." ;\
|
||||
echo "Run \"make defconfing\" to regenerate." ; \
|
||||
echo "Run \"make defconfig\" to regenerate." ; \
|
||||
rm $@.tmp ; \
|
||||
else \
|
||||
mv $@.tmp $@ ; \
|
||||
|
|
Loading…
Reference in New Issue