summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-09 13:22:20 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-09 13:22:20 +0000
commit6ef0e347c81effc0b099ac7271a9370974c535cf (patch)
tree13660d55b1dd99db581aa54c399347d2a6a47ae1 /Makerules
parentffdeb51cd331f8a5e0a45d36712e6ed9e04bd98c (diff)
- prevent spurious rebuilds
Previously this led to superfluous re-stripping and the re-ar'ing
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 2b2d9b46e..21926e45c 100644
--- a/Makerules
+++ b/Makerules
@@ -209,8 +209,8 @@ hcompile.u= @$(call maybe_exec,hcompile.u)
hcompile.o= @$(call maybe_exec,hcompile.o)
define do_ar
- $(do_strip)
@$(disp_ar) ; $(cmd_ar)
+ @$(do_t_strip)
endef
define compile.u
@$(disp_compile.u) ; $(cmd_compile.u)