solenv/gbuild/platform/com_GCC_class.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 247b848902a2e939ba0c90a473c3ed23eb10b813 Author: Tor Lillqvist <[email protected]> Date: Fri Nov 2 15:09:17 2012 +0200 Pass $(INCLUDE) also in gb_AsmObject__command Change-Id: I85368b32b06409ce8b2dd204093394d224c5f089 diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk index c3f10a4..9f2d15d 100644 --- a/solenv/gbuild/platform/com_GCC_class.mk +++ b/solenv/gbuild/platform/com_GCC_class.mk @@ -40,7 +40,8 @@ $(call gb_Helper_abbreviate_dirs,\ $(gb_CC) \ $(T_CFLAGS) \ -c $(3) \ - -o $(1)) && \ + -o $(1)) \ + $(INCLUDE) && \ echo "$(1) : $(3)" > $(4) endef _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
