diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-02-14 09:58:15 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-02-19 03:51:21 -0500 |
commit | e63046630c8a73825896cef140fbf49af233fd2a (patch) | |
tree | e54db671115daeb0958c28a4a1486f727ee49a90 /Makefile | |
parent | 96678281bfaa5f04752a98f9b93454041169fd3b (diff) |
kbuild: remove a tab from an empty line
Emacs warns if an otherwise empty line starts with a tab.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1116,7 +1116,7 @@ modules: $(module-dirs) | |||
1116 | 1116 | ||
1117 | .PHONY: modules_install | 1117 | .PHONY: modules_install |
1118 | modules_install: _emodinst_ _emodinst_post | 1118 | modules_install: _emodinst_ _emodinst_post |
1119 | 1119 | ||
1120 | install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra) | 1120 | install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra) |
1121 | .PHONY: _emodinst_ | 1121 | .PHONY: _emodinst_ |
1122 | _emodinst_: | 1122 | _emodinst_: |