From patchwork Tue Nov 24 09:20:49 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 39192 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CFBD1B6F0E for ; Tue, 24 Nov 2009 20:28:48 +1100 (EST) Received: from localhost ([127.0.0.1]:52323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCrhV-00068D-LI for incoming@patchwork.ozlabs.org; Tue, 24 Nov 2009 04:28:45 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCraf-0000zh-S0 for qemu-devel@nongnu.org; Tue, 24 Nov 2009 04:21:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCraa-0000wE-VR for qemu-devel@nongnu.org; Tue, 24 Nov 2009 04:21:41 -0500 Received: from [199.232.76.173] (port=48517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCraa-0000vz-4X for qemu-devel@nongnu.org; Tue, 24 Nov 2009 04:21:36 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:62334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCraZ-0003UD-NE for qemu-devel@nongnu.org; Tue, 24 Nov 2009 04:21:36 -0500 Received: from flocke.weilnetz.de (p54ADFAF0.dip.t-dialin.net [84.173.250.240]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0LdZnq-1Nu8lf1orC-00ijve; Tue, 24 Nov 2009 10:21:31 +0100 Received: from stefan by flocke.weilnetz.de with local (Exim 4.69) (envelope-from ) id 1NCraS-0004yq-B4; Tue, 24 Nov 2009 10:21:28 +0100 From: Stefan Weil To: paul@codesourcery.com, QEMU Developers Date: Tue, 24 Nov 2009 10:20:49 +0100 Message-Id: <1259054449-18650-1-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.6.5 X-Provags-ID: V01U2FsdGVkX1/yVIHzWe/M/ZMFmL6fmssfhizI1q1bSXLSgRe MzzUGfpsHkw41xspg06zHRh/KtlO+EgJcLwkQIt3vVgyjNGGaS RRZPS5/tIpjdn5lYMlzXqybPC/lyMp7YkDIs/c5cO4ue5HWbAx rYw== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH] Makefile: Fix spelling X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Replace defconfing -> defconfig Signed-off-by: Stefan Weil --- 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 $@ ; \