diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-02-09 23:26:19 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-09 23:26:19 -0500 |
commit | 5c21b3721475c0d848b567837b4459cffcf0ca13 (patch) | |
tree | 9950864eb4e588d1c11bfb0daef66298d8931e65 /newlib/libc | |
parent | 006da84337d31354b2f8ed21039b5a8bbc579b9b (diff) | |
download | newlib-5c21b3721475c0d848b567837b4459cffcf0ca13.zip newlib-5c21b3721475c0d848b567837b4459cffcf0ca13.tar.gz newlib-5c21b3721475c0d848b567837b4459cffcf0ca13.tar.bz2 |
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/libc')
-rw-r--r-- | newlib/libc/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/Makefile.inc b/newlib/libc/Makefile.inc index fff9e88..f30ced8 100644 --- a/newlib/libc/Makefile.inc +++ b/newlib/libc/Makefile.inc @@ -5,6 +5,7 @@ LIBC_CHEWOUT_FILES = LIBC_CHAPTERS = %D%/sys.tex LIBC_DOCBOOK_OUT_FILES = $(LIBC_CHEWOUT_FILES:.def=.xml) +$(LIBC_CHEWOUT_FILES): $(MKDOC) %D%/libc.dvi: %D%/targetdep.tex $(LIBC_CHEWOUT_FILES) |