diff options
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 40a1989625a2..a75560c751ef 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -652,7 +652,7 @@ export ZLIB_CFLAGS=$(gb_SPACE)@ZLIB_CFLAGS@ export ZLIB_LIBS=$(gb_SPACE)@ZLIB_LIBS@ # lang-related stuff -include config_$(gb_Side)_lang.mk +include $(BUILDDIR)/config_$(gb_Side)_lang.mk # tarball names # does use some of the variables defined above |