[PATCH 14/46] kbuild: remove a tab from an empty line

From: Sam Ravnborg
Date: Tue Mar 21 2006 - 11:20:58 EST


Emacs warns if an otherwise empty line starts with a tab.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>

---

Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

e63046630c8a73825896cef140fbf49af233fd2a
diff --git a/Makefile b/Makefile
index 05b451a..a55a1e4 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_:
--
1.0.GIT


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/