diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -666,7 +666,7 @@ export MODLIB | |||
666 | # INSTALL_MOD_STRIP, if defined, will cause modules to be | 666 | # INSTALL_MOD_STRIP, if defined, will cause modules to be |
667 | # stripped after they are installed. If INSTALL_MOD_STRIP is '1', then | 667 | # stripped after they are installed. If INSTALL_MOD_STRIP is '1', then |
668 | # the default option --strip-debug will be used. Otherwise, | 668 | # the default option --strip-debug will be used. Otherwise, |
669 | # INSTALL_MOD_STRIP will used as the options to the strip command. | 669 | # INSTALL_MOD_STRIP value will be used as the options to the strip command. |
670 | 670 | ||
671 | ifdef INSTALL_MOD_STRIP | 671 | ifdef INSTALL_MOD_STRIP |
672 | ifeq ($(INSTALL_MOD_STRIP),1) | 672 | ifeq ($(INSTALL_MOD_STRIP),1) |