summaryrefslogtreecommitdiffstats
path: root/newlib/libc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/Makefile.in')
-rw-r--r--newlib/libc/Makefile.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/newlib/libc/Makefile.in b/newlib/libc/Makefile.in
index 7740cac94..4b2095aca 100644
--- a/newlib/libc/Makefile.in
+++ b/newlib/libc/Makefile.in
@@ -693,7 +693,7 @@ crt0.o: sys/crt0.o
sys/crt0.o: ; @true
-libc.info: sigset.texi targetdep.tex $(SUBDEFS)
+libc.info: sigset.texi extra.texi targetdep.tex $(SUBDEFS)
stmp-sigset: config.status
if test -n "$(LIBC_SIGNAL_LIB)"; then \
@@ -706,6 +706,17 @@ stmp-sigset: config.status
sigset.texi: stmp-sigset ; @true
+stmp-extra: config.status
+ if test -n "$(LIBC_EXTRA_LIB)"; then \
+ echo "@set EXTRA" >tmp.texi; \
+ else \
+ echo "@clear EXTRA" >tmp.texi; \
+ fi
+ $(SHELL) $(newlib_basedir)/../move-if-change tmp.texi extra.texi
+ touch $@
+
+extra.texi: stmp-extra ; @true
+
stmp-targetdep: force
rm -f tmp.texi
targetdoc=`pwd`/tmp.texi; \