From: Roland McGrath Date: Fri, 2 Aug 1996 20:56:23 +0000 (+0000) Subject: Fri Aug 2 14:40:22 1996 Roland McGrath X-Git-Tag: upstream/2.30~29169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08e5142a5bc7bfcb1db688b7e85d04ba24476a0b;p=external%2Fglibc.git Fri Aug 2 14:40:22 1996 Roland McGrath * manual/Makefile: Use -include for chapters-incl too. --- diff --git a/Makeconfig b/Makeconfig index de883cc..5b4393d 100644 --- a/Makeconfig +++ b/Makeconfig @@ -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))