summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-05-24 13:24:56 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-24 18:01:07 +0200
commit70616e479a044dd47114506cdcbb14e435440d7a (patch)
treeb52db39bc1eefc0fd41de73cc99934d66e881257 /oox
parent1751a8ea5e623f54325f4ff29cf5e166f81e40fc (diff)
oox: this rule needs a command
Make doesn't consider targets that depend on this outdated when there is no command to update it.
Diffstat (limited to 'oox')
-rw-r--r--oox/Library_oox.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index 557453475c3c..778a56ec6bc6 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -314,6 +314,7 @@ oox_GenTarget_get_target = $(oox_MISC)/$(1)
define oox_GenTarget_GenTarget
$(oox_GENHEADERPATH)/$(1).hxx $(oox_MISC)/$(2)ids.inc $(oox_INC)/$(2)names.inc $(if $(3),$(oox_MISC)/$(3)) : $(call oox_GenTarget_get_target,$(1))
+ @touch $$@
$(call oox_GenTarget_get_target,$(1)) : $(oox_SRC)/$(1).pl $(oox_SRC)/$(1).txt $(oox_SRC)/$(1).hxx.head $(oox_SRC)/$(1).hxx.tail
mkdir -p $(oox_MISC) $(oox_INC) $(oox_GENHEADERPATH)
perl $(oox_SRC)/$(1).pl $(oox_SRC)/$(1).txt $(oox_MISC)/$(2)ids.inc $(oox_INC)/$(2)names.inc $(if $(3),$(oox_MISC)/$(3)) \