From: Adrian Bunk Date: Tue, 14 Feb 2006 14:58:15 +0000 (+0100) Subject: kbuild: remove a tab from an empty line X-Git-Tag: v2.6.17-rc1~733^2~32 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=e63046630c8a73825896cef140fbf49af233fd2a;p=powerpc.git kbuild: remove a tab from an empty line Emacs warns if an otherwise empty line starts with a tab. Signed-off-by: Adrian Bunk Signed-off-by: Sam Ravnborg --- diff --git a/Makefile b/Makefile index 05b451a1b7..a55a1e4e6c 100644 --- a/Makefile +++ b/Makefile @@ -1116,7 +1116,7 @@ modules: $(module-dirs) .PHONY: modules_install modules_install: _emodinst_ _emodinst_post - + install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra) .PHONY: _emodinst_ _emodinst_: