diff options
| author | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-02-02 22:30:19 +0100 |
|---|---|---|
| committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-02-02 22:30:19 +0100 |
| commit | f173ee0514a7a774e9dca16d5cb05e280f94d308 (patch) | |
| tree | 7e7119dd1c8dcf06602a923e25e2138af99326b3 /scripts/Makefile.lib | |
| parent | d7107fa1d49412404ea5be4943b4a829da8d51fb (diff) | |
kbuild: Fix debugging leftover
So now check for commandline options actually works again.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/Makefile.lib')
| -rw-r--r-- | scripts/Makefile.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 007551d70536..7cf75cc4f849 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -186,7 +186,7 @@ cmd_gzip = gzip -f -9 < $< > $@ ifneq ($(KBUILD_NOCMDDEP),1) # Check if both arguments has same arguments. Result in empty string if equal # User may override this check using make KBUILD_NOCMDDEP=1 -_arg-check = $(strip $(filter-out $(1), $(2)) $(filter-out $(2), $(1)) ) +arg-check = $(strip $(filter-out $(1), $(2)) $(filter-out $(2), $(1)) ) endif |
