Commit 62363d99 by Mark Mitchell Committed by Mark Mitchell

* Makefile.in (QMTEST_DIR): Simplify definition.

From-SVN: r54783
parent 93b85586
2002-06-19 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (QMTEST_DIR): Simplify definition.
2002-06-19 Nick Clifton <nickc@cambridge.redhat.com> 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
* config/d30v/d30v.h (CUMULATIVE_ARGS): Replace typedef with * config/d30v/d30v.h (CUMULATIVE_ARGS): Replace typedef with
......
...@@ -3136,7 +3136,7 @@ QMTEST_GPP_TESTS=gpp ...@@ -3136,7 +3136,7 @@ QMTEST_GPP_TESTS=gpp
# The subdirectory of the OBJDIR that will be used to store the QMTest # The subdirectory of the OBJDIR that will be used to store the QMTest
# test database configuration and that will be used for temporary # test database configuration and that will be used for temporary
# scratch space during QMTest's execution. # scratch space during QMTest's execution.
QMTEST_DIR=${objdir}/qmtestsuite QMTEST_DIR=qmtestsuite
# Create the QMTest database configuration. # Create the QMTest database configuration.
${QMTEST_DIR} stamp-qmtest: ${QMTEST_DIR} stamp-qmtest:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment