summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-08-02 20:56:23 +0000
committerRoland McGrath <roland@gnu.org>1996-08-02 20:56:23 +0000
commit08e5142a5bc7bfcb1db688b7e85d04ba24476a0b (patch)
tree49846280d4f35cf936ed3066d06f90297108bbea /manual
parent0569100ebe43bb55ff3b3fa954594f5cd58fe780 (diff)
Fri Aug 2 14:40:22 1996 Roland McGrath <roland@fast.cs.utah.edu>cvs/libc-960805cvs/libc-960804cvs/libc-960803
* manual/Makefile: Use -include for chapters-incl too.
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index cc85d4c8bf..a6cd048d6e 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -36,7 +36,7 @@ endif
chapters: libc.texinfo
$(find-includes)
ifdef chapters
-include chapters-incl
+-include chapters-incl
chapters-incl: $(chapters)
$(find-includes)
chapters-incl := $(filter-out summary.texi,$(chapters-incl))