diff options
author | David Tardon <dtardon@redhat.com> | 2015-09-29 18:09:16 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-10-07 10:11:39 +0200 |
commit | cad68c6559a350aadbb1d3b2fcc8d78d1851b057 (patch) | |
tree | 3d2e4c22f9d13a12abd96eb9bfcbdeda7f6c7b96 /external/expat | |
parent | 955c8f4c7b6038aa802e33074623b8eab0494d0c (diff) |
relax deps of link target on external projects
Compilation of the link target's source files does not require the
external project to be built, just unpacked, unless the project
generates some needed headers during configure/build.
Change-Id: I2c9947cf13ce86878d2649829052551fc54f3883
Diffstat (limited to 'external/expat')
-rw-r--r-- | external/expat/StaticLibrary_expat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/expat/StaticLibrary_expat.mk b/external/expat/StaticLibrary_expat.mk index 2f754526b6e9..4d6957f9ef52 100644 --- a/external/expat/StaticLibrary_expat.mk +++ b/external/expat/StaticLibrary_expat.mk @@ -15,7 +15,7 @@ $(eval $(call gb_StaticLibrary_use_unpacked,expat,expat)) # no configure step on windows, no dependency ifneq ($(OS)$(COM),WNTMSC) -$(eval $(call gb_StaticLibrary_use_external_project,expat,expat)) +$(eval $(call gb_StaticLibrary_use_external_project,expat,expat,full)) endif $(eval $(call gb_StaticLibrary_set_include,expat,\ |