mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
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>
This commit is contained in:
parent
96678281bf
commit
e63046630c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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_:
|
||||
|
|
Loading…
Reference in a new issue