[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - postprocess/CustomTarget_registry.mk

Michael Stahl mstahl at redhat.com
Thu Aug 6 13:56:16 PDT 2015


 postprocess/CustomTarget_registry.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7ad86194d0361c2c9cf306d17065e49c095e3642
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Aug 6 22:48:14 2015 +0200

    postprocess: d'oh generated files are in $(BUILDDIR)
    
    Change-Id: Id9dee9cfe065b30c2ae9bade1098d16e2c659c23
    (cherry picked from commit d657a976f5ac73da5277612b4bdf6a25641e2797)

diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 420ffe6..2502011 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -568,7 +568,7 @@ postprocess_main_SED := \
 	-e 's,$${STARTCENTER_TEMPLREP_URL},http://templates.libreoffice.org/,g' \
 
 $(call gb_XcdTarget_get_target,main.xcd) \
-		: $(SRCDIR)/config_host.mk.stamp \
+		: $(BUILDDIR)/config_host.mk.stamp \
         | $(call gb_ExternalExecutable_get_dependencies,xsltproc)
 	$(call gb_Output_announce,main,$(true),XCD,3)
 	$(call gb_Helper_abbreviate_dirs, \


More information about the Libreoffice-commits mailing list