diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-08-06 22:48:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-08-06 22:49:23 +0200 |
commit | d657a976f5ac73da5277612b4bdf6a25641e2797 (patch) | |
tree | a3600e92ce04f200f333eed4230d984429112397 /postprocess | |
parent | 3f6259b28d1dadd8940decb6cc7a9a34dc718ee6 (diff) |
postprocess: d'oh generated files are in $(BUILDDIR)
Change-Id: Id9dee9cfe065b30c2ae9bade1098d16e2c659c23
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 5fa8edab37d0..5a2c36e0e11d 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, \ |