summaryrefslogtreecommitdiff
path: root/Rules.make
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-06-18 00:33:10 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-06-18 00:33:10 -0500
commit2e8556cec2cccd0368fc43f64d271640877a2aa2 (patch)
tree772e3f9aeeef1b9caff8abb5eeb5ccf2a09f2bff /Rules.make
parent99fd37ecce0cdfe8491fe9a93d4b785b306295c9 (diff)
kbuild: Shipped file fixes
To generate the module versions for 53c700.o, we need the included generated header already. Improve the rule to copy shipped files into place.
Diffstat (limited to 'Rules.make')
-rw-r--r--Rules.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/Rules.make b/Rules.make
index f8d348dce3c1..961d801047ed 100644
--- a/Rules.make
+++ b/Rules.make
@@ -409,8 +409,9 @@ endif # ! fastdep
# Shipped files
# ===========================================================================
-%: %_shipped
- cp $< $@
+%:: %_shipped
+ @echo ' CP $(RELDIR)/$@'
+ @cp $< $@
# ===========================================================================
# Generic stuff