From 111a87fef0868021d6585d32b879bac6cb07b310 Mon Sep 17 00:00:00 2001 From: Andrei Pelinescu-Onciul Date: Wed, 10 Mar 2010 10:42:15 +0100 Subject: [PATCH] docbook: fix rm'ed files mentioned in .d build error When some .xml include file is deleted or removed, but the .d already exists, the build will fail trying to build the apparently missing file, requiring a make proper. This fix enclosed the prerequisites in $(wildcard ...), when generating the .d file. --- docbook/dep.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docbook/dep.xsl b/docbook/dep.xsl index 0415f96415..f65480ddc2 100644 --- a/docbook/dep.xsl +++ b/docbook/dep.xsl @@ -8,8 +8,9 @@ - + + ) -- 2.20.1