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:
Diffstat (limited to 'newlib/libm')
-rw-r--r--newlib/libm/Makefile.am2
-rw-r--r--newlib/libm/Makefile.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libm/Makefile.am b/newlib/libm/Makefile.am
index 3b8d9a586..51ea06fa4 100644
--- a/newlib/libm/Makefile.am
+++ b/newlib/libm/Makefile.am
@@ -39,6 +39,8 @@ info_TEXINFOS = libm.texinfo
libm.info: targetdep.tex math/stmp-def
+libm.dvi: targetdep.tex math/stmp-def
+
stmp-targetdep: force
rm -f tmp.texi
targetdoc=`pwd`/tmp.texi; \
diff --git a/newlib/libm/Makefile.in b/newlib/libm/Makefile.in
index 8efc5611a..d471e6bde 100644
--- a/newlib/libm/Makefile.in
+++ b/newlib/libm/Makefile.in
@@ -604,6 +604,8 @@ $(SUBLIBS):
libm.info: targetdep.tex math/stmp-def
+libm.dvi: targetdep.tex math/stmp-def
+
stmp-targetdep: force
rm -f tmp.texi
targetdoc=`pwd`/tmp.texi; \