diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-05-24 13:24:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-05-24 18:01:07 +0200 |
commit | 70616e479a044dd47114506cdcbb14e435440d7a (patch) | |
tree | b52db39bc1eefc0fd41de73cc99934d66e881257 /oox | |
parent | 1751a8ea5e623f54325f4ff29cf5e166f81e40fc (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.mk | 1 |
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)) \ |