diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-06-19 16:09:21 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-06-19 16:09:21 +0000 |
commit | 62363d9980e9c5ca2b5bca17e8a9164d5ebfe908 (patch) | |
tree | 5236655b6087091ab531ef21a753a763799e9dd7 /gcc | |
parent | 93b855862a72458bf60ba9596bb7494bcf74bdf7 (diff) | |
download | gcc-62363d9980e9c5ca2b5bca17e8a9164d5ebfe908.zip gcc-62363d9980e9c5ca2b5bca17e8a9164d5ebfe908.tar.gz gcc-62363d9980e9c5ca2b5bca17e8a9164d5ebfe908.tar.bz2 |
* Makefile.in (QMTEST_DIR): Simplify definition.
From-SVN: r54783
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc5666a..d8d89b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-19 Mark Mitchell <mark@codesourcery.com> + + * Makefile.in (QMTEST_DIR): Simplify definition. + 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com> * config/d30v/d30v.h (CUMULATIVE_ARGS): Replace typedef with diff --git a/gcc/Makefile.in b/gcc/Makefile.in index dfa18f5..bba2c9b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3136,7 +3136,7 @@ QMTEST_GPP_TESTS=gpp # The subdirectory of the OBJDIR that will be used to store the QMTest # test database configuration and that will be used for temporary # scratch space during QMTest's execution. -QMTEST_DIR=${objdir}/qmtestsuite +QMTEST_DIR=qmtestsuite # Create the QMTest database configuration. ${QMTEST_DIR} stamp-qmtest: |