Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
5bcfd797
Commit
5bcfd797
authored
Jan 27, 2000
by
Niels Möller
Browse files
(check-some): Don't use $^, to avoid the VPATH feature.
Rev: src/testsuite/Makefile.am:1.8
parent
921bbb5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/Makefile.am
View file @
5bcfd797
...
...
@@ -35,8 +35,8 @@ M4FLAGS = -P #-s
check
:
check-some
check-some
:
$(TS_SOME)
srcdir
=
$(srcdir)
$(srcdir)
/runtests
$
^
srcdir
=
$(srcdir)
$(srcdir)
/runtests
$
(TS_SOME)
check-more
:
$(TS_ALL)
srcdir
=
$(srcdir)
$(srcdir)
/runtests
$
^
srcdir
=
$(srcdir)
$(srcdir)
/runtests
$
(TS_ALL)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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