dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Andreas Schwab 2006-07-05 18:57:48 +02:00 committed by Linus Torvalds
parent a8e0c51c71
commit e340221acd
1 changed files with 1 additions and 1 deletions

View File

@ -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