Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-10 07:26:19 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 07:26:19 +0300
commit5c21b3721475c0d848b567837b4459cffcf0ca13 (patch)
tree9950864eb4e588d1c11bfb0daef66298d8931e65 /newlib/libm
parent006da84337d31354b2f8ed21039b5a8bbc579b9b (diff)
newlib: fix mkdoc dependencies
Make sure we depend on the right name of mkdoc all the time, and that the rules that need it (e.g. .def files) depend on it. Reported-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libm')
-rw-r--r--newlib/libm/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/Makefile.inc b/newlib/libm/Makefile.inc
index f2f192ea8..7fdea0ca5 100644
--- a/newlib/libm/Makefile.inc
+++ b/newlib/libm/Makefile.inc
@@ -5,6 +5,7 @@ LIBM_CHEWOUT_FILES =
LIBM_CHAPTERS =
LIBM_DOCBOOK_OUT_FILES = $(LIBM_CHEWOUT_FILES:.def=.xml)
+$(LIBM_CHEWOUT_FILES): $(MKDOC)
%D%/libm.dvi: %D%/targetdep.tex $(LIBM_CHEWOUT_FILES)