projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cc8dcf
)
fix typo "is" -> "if" in Makefile
author
Uwe Kleine-König
<
[email protected]
>
Mon, 21 Apr 2008 22:53:56 +0000
(22:53 +0000)
committer
Jesper Juhl
<
[email protected]
>
Mon, 21 Apr 2008 22:53:56 +0000
(22:53 +0000)
It should be "if" but is written as "is"..
Signed-off-by: Uwe Kleine-Koenig <
[email protected]
>
Signed-off-by: Jesper Juhl <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 39516bfad9585b26bff49f2f4004ba9a2cead60a..3dbc826bb8e6d73c175d772a497f17accd61c23e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1538,7
+1538,7
@@
quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))
quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))
cmd_rmfiles = rm -f $(rm-files)
-# Run depmod only i
s
we have System.map and depmod is executable
+# Run depmod only i
f
we have System.map and depmod is executable
# and we build for the host arch
quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
cmd_depmod = \