summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-03-26 01:29:54 +0000
committerAndreas Schwab <schwab@suse.de>1999-03-26 01:29:54 +0000
commit094fc37b40d9e746b5c878b2cd24a7872cacd555 (patch)
tree933a83681a845b9768d05487a82eb7b40f4ec029 /math/Makefile
parent0d29d6d60e3e3806a979f16f86aaf65739277704 (diff)
(gmp-objs): Add inlines.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 56124e73fa..e1b3431d19 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -156,7 +156,7 @@ o = .os
endif
gmp-objs = $(patsubst %,$(common-objpfx)stdlib/%$o,\
add_n sub_n cmp addmul_1 mul_1 mul_n divmod_1 \
- lshift rshift mp_clz_tab udiv_qrnnd)
+ lshift rshift mp_clz_tab udiv_qrnnd inlines)
$(objpfx)atest-exp: $(gmp-objs)
$(objpfx)atest-sincos: $(gmp-objs)
$(objpfx)atest-exp2: $(gmp-objs)