diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2009-12-20 16:19:23 +0059 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 17:37:03 +0100 |
commit | 3acd2e3be49ec10c298f7083e456d6d0ceed3b84 (patch) | |
tree | 801f2aea04d20a44c0cd89cd904d85162b58bff5 /mk | |
parent | 95c40793aaa5faa69012ccb8c5c54cee13510d01 (diff) |
another round of BSD make fixes
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index 9a399cc0c..2e7850c6a 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -216,6 +216,7 @@ else # ! ifeq ($(strip $(ADK_HAVE_DOT_CONFIG)),y) ifneq ($(filter-out distclean,${MAKECMDGOALS}),) include $(TOPDIR)/prereq.mk +export BASH HOSTCC HOSTCFLAGS MAKE LANGUAGE LC_ALL OStype PATH endif all: menuconfig |