diff options
author | David Tardon <dtardon@redhat.com> | 2012-07-30 07:45:49 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:15:35 +0200 |
commit | c29ed576e2e5d39bc2dcc85c028ba525cadf4d5d (patch) | |
tree | 3ba9d12993b5f265e4eb0a2e2496da1bf0e01c17 /cppuhelper | |
parent | 77103991898befbf20b723ea368af86eded1c36f (diff) |
dependency on makefile needs full path
Change-Id: I0733abb5c736ab393259fd6a005a89b887304f10
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/CustomTarget_cppuhelper_allheaders.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/CustomTarget_cppuhelper_allheaders.mk b/cppuhelper/CustomTarget_cppuhelper_allheaders.mk index 8438a1dd88d9..582a42a6f738 100644 --- a/cppuhelper/CustomTarget_cppuhelper_allheaders.mk +++ b/cppuhelper/CustomTarget_cppuhelper_allheaders.mk @@ -34,7 +34,7 @@ $(call gb_CustomTarget_get_target,cppuhelper/allheaders) : \ # dependency on Package_inc.mk should ensure this is updated whenever a new public header is added $(cppuhelper_allheaders_DIR)/cppuhelper_allheaders.hxx : \ - CustomTarget_cppuhelper_allheaders.mk \ + $(SRCDIR)/cppuhelper/CustomTarget_cppuhelper_allheaders.mk \ | $(cppuhelper_allheaders_DIR)/.dir $(SRCDIR)/cppuhelper/Package_inc.mk $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1) printf '// Generated list of all cppuhelper/ includes\n' > $@ |