[Libreoffice-commits] core.git: oox/CustomTarget_generated.mk

Michael Stahl mstahl at redhat.com
Tue Oct 7 07:46:20 PDT 2014


 oox/CustomTarget_generated.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 63e6cbc3180047000787a9071513152fdd9ce942
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Oct 7 16:39:03 2014 +0200

    oox: fix spurious rebuilds of namespacemap.cxx
    
    There is a missing dependency on one of the generated header files.
    
    Change-Id: Id3fa2ccf2c2a31527b795861afdf557882f56972

diff --git a/oox/CustomTarget_generated.mk b/oox/CustomTarget_generated.mk
index 70aa0d2..640f4e4 100644
--- a/oox/CustomTarget_generated.mk
+++ b/oox/CustomTarget_generated.mk
@@ -63,6 +63,7 @@ $(call gb_CustomTarget_get_target,oox/generated) : \
 	$(oox_INC)/tokenhash.inc \
 	$(oox_INC)/tokennames.inc \
 	$(oox_INC)/namespacenames.inc \
+	$(oox_INC)/namespaces-strictnames.inc \
 	$(oox_INC)/propertynames.inc \
 	$(oox_GENHEADERPATH)/tokens.hxx \
 	$(oox_GENHEADERPATH)/namespaces.hxx \


More information about the Libreoffice-commits mailing list