Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
2a13df47
Commit
2a13df47
authored
Jan 16, 2003
by
Niels Möller
Browse files
(check): Can't use quotes around $(srcdir).
Rev: src/nettle/testsuite/Makefile.am:1.34
parent
4bf70b74
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/Makefile.am
View file @
2a13df47
...
...
@@ -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)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment