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:
authorJeff Johnston <jjohnstn@redhat.com>2004-07-05 22:44:55 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-07-05 22:44:55 +0400
commit75e7ffaa5689effc8b01824da759f318106c6bec (patch)
treea9c86630e9eb23f0443b9986d5426bfb1fdf4ea3 /newlib/libm
parent64b9893f0d1e9c25d75bda78a49dc6e189d35e06 (diff)
2004-07-05 Jeff Johnston <jjohnstn@redhat.com>
* libc/Makefile.am (libc.dvi): Add target and specify same dependencies as libc.info. * libc/Makefile.in: Regenerated. * libm/Makefile.am (libm.dvi): Add target and specify same dependencies as libm.info. * libm/Makefile.in: Regenerated.
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; \