summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-30 07:45:49 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:35 +0200
commitc29ed576e2e5d39bc2dcc85c028ba525cadf4d5d (patch)
tree3ba9d12993b5f265e4eb0a2e2496da1bf0e01c17 /cppu
parent77103991898befbf20b723ea368af86eded1c36f (diff)
dependency on makefile needs full path
Change-Id: I0733abb5c736ab393259fd6a005a89b887304f10
Diffstat (limited to 'cppu')
-rw-r--r--cppu/CustomTarget_cppu_allheaders.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/CustomTarget_cppu_allheaders.mk b/cppu/CustomTarget_cppu_allheaders.mk
index 66ac061f53c3..ce9f21451dce 100644
--- a/cppu/CustomTarget_cppu_allheaders.mk
+++ b/cppu/CustomTarget_cppu_allheaders.mk
@@ -33,7 +33,7 @@ $(call gb_CustomTarget_get_target,cppu/allheaders) : \
$(cppu_allheaders_DIR)/cppu_allheaders.hxx
# dependency on Package_inc.mk should ensure this is updated whenever a new public header is added
-$(cppu_allheaders_DIR)/cppu_allheaders.hxx : CustomTarget_cppu_allheaders.mk \
+$(cppu_allheaders_DIR)/cppu_allheaders.hxx : $(SRCDIR)/cppu/CustomTarget_cppu_allheaders.mk \
| $(cppu_allheaders_DIR)/.dir $(SRCDIR)/cppu/Package_inc.mk
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
printf '// Generated list of all cppu/ includes\n' > $@