summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-16 18:14:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-16 18:14:54 +0200
commit503659533a695a94a1591c3803080544f12e9a35 (patch)
tree4252d066e70ac971eac81e60beb82321de210a7d /mk/host-bottom.mk
parent224199c2a01bb660242688aca506373e40b79775 (diff)
fix HOST_STYLE stuff, openjdk7 compile problems fixed
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index 84998df38..1ca851d26 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -92,6 +92,7 @@ ifeq (${HOST_STYLE},manual)
env ${HOST_MAKE_ENV} ${MAKE} host-install $(MAKE_TRACE)
endif
env ${HOST_MAKE_ENV} ${MAKE} hostpost-install $(MAKE_TRACE)
+ @find $(STAGING_HOST_DIR) -name \*.la -delete
@touch $@
${_HOST_COOKIE}: