diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:14:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:14:54 +0200 |
commit | 503659533a695a94a1591c3803080544f12e9a35 (patch) | |
tree | 4252d066e70ac971eac81e60beb82321de210a7d /mk | |
parent | 224199c2a01bb660242688aca506373e40b79775 (diff) |
fix HOST_STYLE stuff, openjdk7 compile problems fixed
Diffstat (limited to 'mk')
-rw-r--r-- | mk/host-bottom.mk | 1 |
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}: |