summaryrefslogtreecommitdiff
path: root/tools/CustomTarget_reversemap.mk
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-21 09:38:38 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-22 12:50:45 +0200
commitd3041640a008bb04bb4c54db15251141b457b190 (patch)
tree3db616c6d63b22d486e325b4ff16e39c5db8d6ff /tools/CustomTarget_reversemap.mk
parent84492255081ef5ec0fafb53674f39bf07aae7028 (diff)
tools: just generate the complete reversemap.cxx
This makes tools pch ready. Change-Id: I8d5d5fcbb417f3790749aeb9d9c947f739ecb30f
Diffstat (limited to 'tools/CustomTarget_reversemap.mk')
-rw-r--r--tools/CustomTarget_reversemap.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/CustomTarget_reversemap.mk b/tools/CustomTarget_reversemap.mk
index 1e8fba6bd4de..ef55d0df0f4d 100644
--- a/tools/CustomTarget_reversemap.mk
+++ b/tools/CustomTarget_reversemap.mk
@@ -6,14 +6,14 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_CustomTarget_CustomTarget,tools/reversemap))
+$(eval $(call gb_CustomTarget_CustomTarget,tools/string))
-$(call gb_CustomTarget_get_target,tools/reversemap) : \
- $(call gb_CustomTarget_get_workdir,tools/reversemap)/reversemap.hxx
+$(call gb_CustomTarget_get_target,tools/string) : \
+ $(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx
-$(call gb_CustomTarget_get_workdir,tools/reversemap)/reversemap.hxx : \
+$(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx : \
$(call gb_Executable_get_runtime_dependencies,bestreversemap) \
- | $(call gb_CustomTarget_get_workdir,tools/reversemap)/.dir
+ | $(call gb_CustomTarget_get_workdir,tools/string)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRM,1)
$(call gb_Helper_execute,bestreversemap > $@)