aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libmath/Makefile.am
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@merlin.codesourcery.com>2001-07-06 23:09:30 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2001-07-06 23:09:30 +0000
commit81216ef2467958f5513faa053761d26291e301bd (patch)
treeb2dfcc95d5746aca765d739352288652dcd30a77 /libstdc++-v3/libmath/Makefile.am
parent4531c1c787e88e4fa2d90020c0bc305cf244c37d (diff)
downloadgcc-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.am2
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 = \