commit | e340221acda6bc0bf05a0ff6e6114902c4307670 | [log] [tgz] |
---|---|---|
author | Andreas Schwab <schwab@suse.de> | Wed Jul 05 18:57:48 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jul 05 10:08:16 2006 -0700 |
tree | adabdf60913a1e6ffff10197262af5f3b52d12bd | |
parent | a8e0c51c71fc973b400f6502382063553b82af5a [diff] [blame] |
[PATCH] Makefile typo Fix a typo in the toplevel makefile. Signed-off-by: Andreas Schwab <schwab@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/Makefile b/Makefile index 11a850cf..82f76a9 100644 --- a/Makefile +++ b/Makefile
@@ -528,7 +528,7 @@ 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