summaryrefslogtreecommitdiffstats
path: root/sdext/CustomTarget_pdfimport.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-05-09 23:15:42 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-10 10:47:44 +0200
commita9550f63cd7a7e064901b2c997375ed384781eea (patch)
treeb35a7bf6077c5b40390cbde11dffe30ef90d57c9 /sdext/CustomTarget_pdfimport.mk
parenterror handling in SortTree custom action (diff)
downloadcore-a9550f63cd7a7e064901b2c997375ed384781eea.tar.gz
core-a9550f63cd7a7e064901b2c997375ed384781eea.zip
normalize variable names in gbuild user makefiles
Variables should have module name as prefix to prevent collisions.
Diffstat (limited to 'sdext/CustomTarget_pdfimport.mk')
-rw-r--r--sdext/CustomTarget_pdfimport.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/sdext/CustomTarget_pdfimport.mk b/sdext/CustomTarget_pdfimport.mk
index c5fae4a3b93d..81603f5ad778 100644
--- a/sdext/CustomTarget_pdfimport.mk
+++ b/sdext/CustomTarget_pdfimport.mk
@@ -27,12 +27,12 @@
$(eval $(call gb_CustomTarget_CustomTarget,sdext/pdfimport))
-SEPI := $(call gb_CustomTarget_get_workdir,sdext/pdfimport)
+$(call gb_CustomTarget_get_target,sdext/pdfimport) : \
+ $(call gb_CustomTarget_get_workdir,sdext/pdfimport)/hash.cxx
-$(call gb_CustomTarget_get_target,sdext/pdfimport) : $(SEPI)/hash.cxx
-
-$(SEPI)/hash.cxx : $(SRCDIR)/sdext/source/pdfimport/wrapper/keyword_list \
- | $(SEPI)/.dir
+$(call gb_CustomTarget_get_workdir,sdext/pdfimport)/hash.cxx : \
+ $(SRCDIR)/sdext/source/pdfimport/wrapper/keyword_list \
+ | $(call gb_CustomTarget_get_workdir,sdext/pdfimport)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),GPF,1)
$(GPERF) -C -t -l -L C++ -m 20 -Z PdfKeywordHash -k'4-5,$$' $< > $@