From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965039AbWBHMHu (ORCPT ); Wed, 8 Feb 2006 07:07:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965048AbWBHMHu (ORCPT ); Wed, 8 Feb 2006 07:07:50 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:32778 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S965039AbWBHMHt (ORCPT ); Wed, 8 Feb 2006 07:07:49 -0500 Date: Wed, 8 Feb 2006 13:07:48 +0100 From: Adrian Bunk To: Andrew Morton Cc: sam@ravnborg.org, linux-kernel@vger.kernel.org Subject: [-mm patch] Makefile: remove a tab from an empty line Message-ID: <20060208120748.GO3524@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Emacs warns if an otherwise empty line starts with a tab. Signed-off-by: Adrian Bunk --- This patch was already sent on: - 3 Feb 2006 --- linux-2.6.16-rc1-mm5-full/Makefile.old 2006-02-03 12:46:09.000000000 +0100 +++ linux-2.6.16-rc1-mm5-full/Makefile 2006-02-03 12:46:31.000000000 +0100 @@ -1122,7 +1122,7 @@ .PHONY: modules_install modules_install: _emodinst_ _emodinst_post - + install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra) .PHONY: _emodinst_ _emodinst_: