[Libreoffice-commits] core.git: postprocess/CustomTarget_registry.mk

Michael Stahl mstahl at redhat.com
Thu Aug 6 13:55:35 PDT 2015


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

New commits:
commit d657a976f5ac73da5277612b4bdf6a25641e2797
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

diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 5fa8eda..5a2c36e 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -569,7 +569,7 @@ postprocess_main_SED := \
 	-e 's,$${SYSTEM_LIBEXTTEXTCAT_DATA},$(SYSTEM_LIBEXTTEXTCAT_DATA),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