diff options
author | David Tardon <dtardon@redhat.com> | 2015-03-26 09:22:30 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-03-26 09:22:45 +0100 |
commit | 81e43176d838920743b5cb226f9ea9509eb1036c (patch) | |
tree | 64829c79d791a9552aad1aea762466aa5361b9ab /config_host.mk.in | |
parent | c8708f34d6ab4152ef74c01ed2210ec7aee83dbe (diff) |
fix build from module
Change-Id: I044e6c82b4f3b492ed384e86dbe9e6955f8f792f
Diffstat (limited to 'config_host.mk.in')
-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 |