solenv/gbuild/platform/com_GCC_class.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 1a41f2730da3b9aa2c89d9420209a4b4d2ecb9aa Author: Matúš Kukan <[email protected]> Date: Mon Apr 9 23:45:15 2012 +0200 this was accidentally removed diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk index 9b302d3..8014915 100644 --- a/solenv/gbuild/platform/com_GCC_class.mk +++ b/solenv/gbuild/platform/com_GCC_class.mk @@ -28,6 +28,7 @@ gb_AsmObject_get_source = $(1)/$(2).s define gb_AsmObject__command $(call gb_Output_announce,$(2),$(true),ASM,3) $(call gb_Helper_abbreviate_dirs,\ + mkdir -p $(dir $(1)) $(dir $(4)) && \ $(gb_CC) \ $(DEFS) \ $(T_CFLAGS) \
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
