From 70616e479a044dd47114506cdcbb14e435440d7a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 24 May 2012 13:24:56 +0200 Subject: oox: this rule needs a command Make doesn't consider targets that depend on this outdated when there is no command to update it. --- oox/Library_oox.mk | 1 + 1 file changed, 1 insertion(+) 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)) \ -- cgit