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>2010-10-19 02:40:24 +0400
committerJeff Johnston <jjohnstn@redhat.com>2010-10-19 02:40:24 +0400
commitbf5300eaee04b5e143dea58e922bc6ae260197dd (patch)
tree2d9aa73897ac0abb39e90a468babdf937e2ba513 /newlib/libm/Makefile.in
parentcf9e79ca7a5adbc3d6d868ce2334ddd518cda418 (diff)
2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it>
* libm/Makefile.am: added complex functions documentation * libm/libm.texinfo: ditto * libm/complex/Makefile.am: Ditto * libm/complex/complex.tex: Ditto * libm/complex/(cabs.c, cacos.c, cacosh.c, carg.c, casin.c, casinh.c, catan.c, catanh.c, ccos.c, ccosh.c, cexp.c, cimag.c, clog.c, conj.c, cpow.c, cproj.c, creal.c, csin.c, csinh.c, csqrt.c, ctan.c, ctanh.c): Ditto * libm/Makefile.in: Regenerate * libm/complex/Makefile.in: Ditto
Diffstat (limited to 'newlib/libm/Makefile.in')
-rw-r--r--newlib/libm/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/newlib/libm/Makefile.in b/newlib/libm/Makefile.in
index d044a74ab..b67d308f3 100644
--- a/newlib/libm/Makefile.in
+++ b/newlib/libm/Makefile.in
@@ -861,7 +861,7 @@ uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
$(SUBLIBS):
-libm.dvi: targetdep.tex math/stmp-def
+libm.dvi: targetdep.tex math/stmp-def complex/stmp-def
stmp-targetdep: force
rm -f tmp.texi
@@ -878,6 +878,8 @@ targetdep.tex: stmp-targetdep ; @true
math/stmp-def: stmp-targetdep ; @true
+complex/stmp-def: stmp-targetdep ; @true
+
.PHONY: force
force: