[Gmp-commit] /var/hg/gmp-6.2: tests/devel/Makefile.am: Remove redundancies
mercurial at gmplib.org
mercurial at gmplib.org
Sat Oct 17 08:01:40 UTC 2020
details: /var/hg/gmp-6.2/rev/4261eb64e7b2
changeset: 18093:4261eb64e7b2
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Sat Oct 17 10:01:20 2020 +0200
description:
tests/devel/Makefile.am: Remove redundancies
diffstat:
tests/devel/Makefile.am | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r e1b0678303bf -r 4261eb64e7b2 tests/devel/Makefile.am
--- a/tests/devel/Makefile.am Fri Oct 16 00:13:03 2020 +0200
+++ b/tests/devel/Makefile.am Sat Oct 17 10:01:20 2020 +0200
@@ -25,9 +25,9 @@
EXTRA_PROGRAMS = \
sqrtrem_1_2 primes try test-add_ssaaaa test-sub_ddmmss
-EXTRA_DIST =
+EXTRA_DIST = gen-test-longlong_h.c
-allprogs: $(EXTRA_PROGRAMS) test-add_ssaaaa test-sub_ddmmss
+allprogs: $(EXTRA_PROGRAMS)
CLEANFILES = $(EXTRA_PROGRAMS)
@@ -45,4 +45,3 @@
gen-test-longlong_h$(EXEEXT_FOR_BUILD): gen-test-longlong_h.c
$(CC_FOR_BUILD) `test -f 'gen-test-longlong_h.c' || echo '$(srcdir)/'`gen-test-longlong_h.c -o gen-test-longlong_h$(EXEEXT_FOR_BUILD)
CLEANFILES += gen-test-longlong_h$(EXEEXT_FOR_BUILD)
-EXTRA_DIST += gen-test-longlong_h.c
More information about the gmp-commit
mailing list