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:
authorJon Turney <jon.turney@dronecode.org.uk>2021-11-16 15:41:30 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-11-16 20:59:56 +0300
commitad68ec27c3e72d4639f425c62c2a4cfa8562aa03 (patch)
treeb80bed784c353da1b3ebd9e13840243838d582b3 /newlib/Makefile.am
parent782aac590af7f065877168848d5fbb20535bfcf9 (diff)
Fix 'make man' after 67208d9e
Remove a left over use of doc/Makefile after 67208d9e ('newlib: merge doc into top-level Makefile') to fix 'make man'.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 1ab75f995..d3da43a4b 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -426,7 +426,7 @@ info-recursive dvi-recursive: doc/makedoc$(EXEEXT_FOR_BUILD)
# Recursive targets for man and install-man
man:
- (cd doc && $(MAKE) man-cache) || exit 1; \
+ $(MAKE) man-cache || exit 1; \
for d in $(SUBDIRS); do \
if test "$$d" != "."; then \
(cd $$d && $(MAKE) man) || exit 1; \