diff options
author | Roland McGrath <roland@gnu.org> | 1996-08-02 20:56:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-08-02 20:56:23 +0000 |
commit | 08e5142a5bc7bfcb1db688b7e85d04ba24476a0b (patch) | |
tree | 49846280d4f35cf936ed3066d06f90297108bbea | |
parent | 0569100ebe43bb55ff3b3fa954594f5cd58fe780 (diff) | |
download | glibc-08e5142a5bc7bfcb1db688b7e85d04ba24476a0b.zip glibc-08e5142a5bc7bfcb1db688b7e85d04ba24476a0b.tar.gz glibc-08e5142a5bc7bfcb1db688b7e85d04ba24476a0b.tar.bz2 |
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.
-rw-r--r-- | Makeconfig | 2 | ||||
-rw-r--r-- | manual/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -298,7 +298,7 @@ endif ifndef +link +link = $(CC) -nostdlib -nostartfiles -o $@ \ $(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS) \ - $(+preinit) \ + $(addprefix $(csu-objpfx),start.o) $(+preinit) \ $(filter-out $(common-objpfx)libc%,$^) $(link-libc) \ $(+postinit) endif diff --git a/manual/Makefile b/manual/Makefile index cc85d4c..a6cd048 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)) |