summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-02-21 05:37:51 +0000
committerRoland McGrath <roland@gnu.org>2003-02-21 05:37:51 +0000
commitb1631b28055c6796b292fd5d1bd3b4c03c317a7e (patch)
tree5d16ce21ae4745212507476f069e66aa56ce8e2e /math
parent6314208aab0360eb4a0684cc1239854ae14de638 (diff)
2003-02-20 Roland McGrath <roland@redhat.com>
* math/Makefile (distribute): Don't add generated files.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index ad1510b677..dc470d2310 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -83,7 +83,7 @@ calls = s_isinf s_isnan s_finite s_copysign s_modf s_scalbn s_frexp s_ldexp \
generated += $(foreach s,.c .S l.c l.S f.c f.S,$(calls:s_%=m_%$s))
routines = $(calls) $(calls:=f) $(long-c-$(long-double-fcts))
long-c-yes = $(calls:=l)
-distribute += $(long-m-yes:=.c) $(long-c-yes:=.c)
+distribute += $(filter-out $(generated),$(long-m-yes:=.c) $(long-c-yes:=.c))
# Rules for the test suite.
tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \