summaryrefslogtreecommitdiff
path: root/gnu/lib/libgmp
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-03-04 16:06:03 +0000
committerMark Murray <markm@FreeBSD.org>1996-03-04 16:06:03 +0000
commit5fff263854b4ffe16f55183590182176db867648 (patch)
treed0325650d8233888e073be9bd9cfa79b402e2b4d /gnu/lib/libgmp
parent6ec922bb91d1af0540d14eea6e2e0c0d096741f7 (diff)
Notes
Diffstat (limited to 'gnu/lib/libgmp')
-rw-r--r--gnu/lib/libgmp/tests/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/lib/libgmp/tests/Makefile b/gnu/lib/libgmp/tests/Makefile
index 3d746685beb3..9d62bf6fe3d0 100644
--- a/gnu/lib/libgmp/tests/Makefile
+++ b/gnu/lib/libgmp/tests/Makefile
@@ -24,7 +24,7 @@ CC = gcc
TEST_LIBS = -lgmp
OPT = -O -g
-CFLAGS = -I${.CURDIR} -I${.CURDIR}/.. -I${.CURDIR}/../obj -I${.CURDIR}/../libgmp/obj $(OPT)
+CFLAGS = -I${.CURDIR} -I${.CURDIR}/.. -I${.CURDIR}/../obj -I${.CURDIR}/../libgmp -I${.CURDIR}/../libgmp/obj $(OPT)
TEST_SRCS = tst-mul.c tst-dm.c tst-dm_ui.c tst-mdm.c tst-mdm_ui.c tst-gcd.c \
tst-sqrtrem.c tst-convert.c
@@ -56,11 +56,11 @@ tst-convert: tst-convert.o $(TEST_LIBS)
$(TEST_PREFIX)clean:
rm -f $(TESTS) $(TEST_OBJS) core
-tst-convert.o : tst-convert.c ../gmp.h urandom.h
-tst-dm.o : tst-dm.c ../gmp.h urandom.h
-tst-dm_ui.o : tst-dm_ui.c ../gmp.h urandom.h
-tst-gcd.o : tst-gcd.c ../gmp.h urandom.h
-tst-mdm.o : tst-mdm.c ../gmp.h urandom.h
-tst-mdm_ui.o : tst-mdm_ui.c ../gmp.h urandom.h
-tst-mul.o : tst-mul.c ../gmp.h ../gmp-impl.h ../gmp-mparam.h ../longlong.h urandom.h
-tst-sqrtrem.o : tst-sqrtrem.c ../gmp.h urandom.h
+tst-convert.o : tst-convert.c gmp.h urandom.h
+tst-dm.o : tst-dm.c gmp.h urandom.h
+tst-dm_ui.o : tst-dm_ui.c gmp.h urandom.h
+tst-gcd.o : tst-gcd.c gmp.h urandom.h
+tst-mdm.o : tst-mdm.c gmp.h urandom.h
+tst-mdm_ui.o : tst-mdm_ui.c gmp.h urandom.h
+tst-mul.o : tst-mul.c gmp.h gmp-impl.h gmp-mparam.h longlong.h urandom.h
+tst-sqrtrem.o : tst-sqrtrem.c gmp.h urandom.h