Skip to content
Snippets Groups Projects
Commit 2a13df47 authored by Niels Möller's avatar Niels Möller
Browse files

(check): Can't use quotes around $(srcdir).

Rev: src/nettle/testsuite/Makefile.am:1.34
parent 4bf70b74
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,6 @@ EXTRA_DIST = $(TS_SH) testutils.c testutils.h \
run-tests rfc1750.txt
.PHONY: check
check: $(TS_ALL) "$(srcdir)"/run-tests
check: $(TS_ALL) $(srcdir)/run-tests
LD_LIBRARY_PATH=../.lib srcdir="$(srcdir)" \
"$(srcdir)"/run-tests $(TS_ALL)
$(srcdir)/run-tests $(TS_ALL)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment