From d34973b2cd639ae807c01db042a7767c6dacf338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 14 Jan 2003 12:19:06 +0100 Subject: [PATCH] (check): Don't use "run-tests" as a target, as it's confused with the file with the same name. Rev: src/nettle/testsuite/Makefile.am:1.33 --- testsuite/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index a5d1162c..b916990e 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -31,9 +31,7 @@ LDADD = testutils.o -lnettle ../libnettle.a EXTRA_DIST = $(TS_SH) testutils.c testutils.h \ run-tests rfc1750.txt -.PHONY: run-tests -run-tests: $(TS_ALL) +.PHONY: check +check: $(TS_ALL) "$(srcdir)"/run-tests LD_LIBRARY_PATH=../.lib srcdir="$(srcdir)" \ "$(srcdir)"/run-tests $(TS_ALL) - -check: run-tests -- GitLab