* [Qemu-devel] [PATCH] Makefile: Fix spelling
@ 2009-11-24 9:20 Stefan Weil
0 siblings, 0 replies; only message in thread
From: Stefan Weil @ 2009-11-24 9:20 UTC (permalink / raw)
To: paul, QEMU Developers
Replace defconfing -> defconfig
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 7843690..63a7128 100644
--- a/Makefile
+++ b/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 $@ ; \
--
1.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-24 9:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 9:20 [Qemu-devel] [PATCH] Makefile: Fix spelling Stefan Weil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).