projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e0c51
)
[PATCH] Makefile typo
author
Andreas Schwab
<schwab@suse.de>
Wed, 5 Jul 2006 16:57:48 +0000
(18:57 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 5 Jul 2006 17:08:16 +0000
(10:08 -0700)
Fix a typo in the toplevel makefile.
Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 11a850cffd3d95868ba73a8dbcd4dc0de94e7c1d..82f76a96cfe661be2818b00dfe8dac5902d9c1db 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-528,7
+528,7
@@
export MODLIB
ifdef INSTALL_MOD_STRIP
ifeq ($(INSTALL_MOD_STRIP),1)
-mod_strip_cmd = $STRIP) --strip-debug
+mod_strip_cmd = $
(
STRIP) --strip-debug
else
mod_strip_cmd = $(STRIP) $(INSTALL_MOD_STRIP)
endif # INSTALL_MOD_STRIP=1