summaryrefslogtreecommitdiff
path: root/mpfr/tests
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-13 00:33:41 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-13 00:33:41 +0200
commitaa5c889417d917b3e7c740253c9afb167c46b994 (patch)
tree356b6dda98a6f7387ecf896af55b4141844263cf /mpfr/tests
parent8413fc60f808aa230bb89419eba8b400e3942f8a (diff)
downloadgmp-aa5c889417d917b3e7c740253c9afb167c46b994.tar.gz
* mpfr/tests/Makefile.am: Correction to convenience rule for libmpfr.a.
Diffstat (limited to 'mpfr/tests')
-rw-r--r--mpfr/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr/tests/Makefile.am b/mpfr/tests/Makefile.am
index 0465614ce..1c74aa29c 100644
--- a/mpfr/tests/Makefile.am
+++ b/mpfr/tests/Makefile.am
@@ -32,5 +32,5 @@ endif
EXTRA_DIST= tgeneric.c
../libmpfr.a:
- cd $(top_srcdir)/mpfr; make libmpfr.a
+ cd ..; make libmpfr.a