diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-29 14:53:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-29 14:53:13 +0100 |
commit | f4581f42e7e287aff1148da47e490830aa929ea4 (patch) | |
tree | 6ce612972a2e76d592e9e7e634abe49ee618cef3 /mk | |
parent | 32085e40b6b8aba31a3f528f0716a26949e48604 (diff) |
remove blank line
Diffstat (limited to 'mk')
-rw-r--r-- | mk/host-bottom.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk index 327883a95..dab1bd99b 100644 --- a/mk/host-bottom.mk +++ b/mk/host-bottom.mk @@ -36,7 +36,6 @@ ifneq ($(filter auto,${HOST_STYLE}),) --disable-libtool-lock \ --disable-nls \ ${HOST_CONFIGURE_ARGS} $(MAKE_TRACE) - else cd ${WRKBUILD}; rm -f config.{cache,status}; \ env ${HOST_CONFIGURE_ENV} \ |