summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-06-07 13:09:28 -0400
committerArnaud Lacombe <lacombar@gmail.com>2011-06-09 14:04:39 -0400
commit991d76c950f6c5323c37c33dcebf6b8aec009ff0 (patch)
tree73922223a42c1d569089808200afeed427a7bdf0 /scripts/Makefile.lib
parent7373f4f83c71d50f0aece6d94309ab7fde42180f (diff)
downloadlinux-991d76c950f6c5323c37c33dcebf6b8aec009ff0.tar.gz
linux-991d76c950f6c5323c37c33dcebf6b8aec009ff0.tar.xz
kbuild: simplify the %_shipped rule
This is needed to have make(1) correctly link the implicit rules which generate the _shipped file from the lexer/parser to the final file. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts/Makefile.lib')
-rw-r--r--scripts/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index b0d0c7a189f7..aeea84a24836 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -204,7 +204,7 @@ endif
quiet_cmd_shipped = SHIPPED $@
cmd_shipped = cat $< > $@
-$(obj)/%:: $(src)/%_shipped
+$(obj)/%: $(src)/%_shipped
$(call cmd,shipped)
# Commands useful for building a boot image