summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-06 20:50:26 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-06 20:50:26 +0100
commit7fc96bcea634f083836e293ed7567bbbdb2f2f8e (patch)
tree29c8e85b1a07327a5b1ee030f239d827a89f51bd /mpn/Makefile.am
parent6d2952b1a4efed5bec9b0f46a08fe6bda348b50a (diff)
downloadgmp-7fc96bcea634f083836e293ed7567bbbdb2f2f8e.tar.gz
Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index 850de33ad..6f91a43da 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -51,7 +51,7 @@ nodist_EXTRA_libmpn_la_SOURCES = \
toom_eval_dgr3_pm1.c toom_eval_dgr3_pm2.c \
toom_eval_pm1.c toom_eval_pm1.c toom_eval_pm2exp.c \
toom_interpolate_5pts.c toom_interpolate_6pts.c toom_interpolate_7pts.c \
- mullow_n.c mullow_basecase.c nand_n.c neg_n.c nior_n.c perfsqr.c \
+ mullo_n.c mullo_basecase.c nand_n.c neg_n.c nior_n.c perfsqr.c \
popcount.c pre_divrem_1.c pre_mod_1.c pow_1.c random.c random2.c rshift.c \
rootrem.c sb_divrem_mn.c scan0.c scan1.c set_str.c \
sqr_basecase.c sqr_diagonal.c \