diff options
author | Gabriel Dos Reis <gdr@merlin.codesourcery.com> | 2001-07-06 23:09:30 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2001-07-06 23:09:30 +0000 |
commit | 81216ef2467958f5513faa053761d26291e301bd (patch) | |
tree | b2dfcc95d5746aca765d739352288652dcd30a77 /libstdc++-v3/libmath/Makefile.am | |
parent | 4531c1c787e88e4fa2d90020c0bc305cf244c37d (diff) | |
download | gcc-81216ef2467958f5513faa053761d26291e301bd.zip gcc-81216ef2467958f5513faa053761d26291e301bd.tar.gz gcc-81216ef2467958f5513faa053761d26291e301bd.tar.bz2 |
Makefile.am (EXTRA_DIST): Remove atan2f.c and expf.c
* libmath/Makefile.am (EXTRA_DIST): Remove atan2f.c and expf.c
* libmath/Makefile.in: Regenerate.
* libmath/expf.c: Remove.
* libmath/atan2f.c: Likewise.
From-SVN: r43828
Diffstat (limited to 'libstdc++-v3/libmath/Makefile.am')
-rw-r--r-- | libstdc++-v3/libmath/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libmath/Makefile.am b/libstdc++-v3/libmath/Makefile.am index b79ec79..e3404fc 100644 --- a/libstdc++-v3/libmath/Makefile.am +++ b/libstdc++-v3/libmath/Makefile.am @@ -31,7 +31,7 @@ EXTRA_LONG_DOUBLE_yes = \ hypotl.c signbitl.c EXTRA_DIST = \ - hypot.c hypotf.c atan2f.c expf.c \ + hypot.c hypotf.c \ $(EXTRA_LONG_DOUBLE_yes) libmath_la_LIBADD = \ |