Makefile.in (qmtest-g++): Fix file name.
authorJanis Johnson <janis187@us.ibm.com>
Thu, 26 Sep 2002 19:29:29 +0000 (19:29 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 26 Sep 2002 19:29:29 +0000 (19:29 +0000)
2002-09-26  Janis Johnson  <janis187@us.ibm.com>

* Makefile.in (qmtest-g++): Fix file name.

From-SVN: r57547

gcc/ChangeLog
gcc/Makefile.in

index ebc0d51cbc8a5b1e11c8c2e30d204e3f8081ef3c..5e2ff79d2040a539d5807424380159128cd24bf6 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-26  Janis Johnson  <janis187@us.ibm.com>
+
+       * Makefile.in (qmtest-g++): Fix file path.
+
 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * expr.c (expand_expr) [MINUS_EXPR]: Convert A - const to 
index d95232419f6f4892cb89f64dd7c94190ab333c3f..d7aad602c59ad13c0fcdb473edf01ff89fe80bf3 100644 (file)
@@ -3244,7 +3244,7 @@ ${QMTEST_DIR}/context: stamp-qmtest
 # Run the G++ testsuite using QMTest.
 qmtest-g++: ${QMTEST_DIR}/context ${QMTEST_DIR}/gpp-expected.qmr
        cd ${QMTEST_DIR} && ${QMTEST} run ${QMTESTRUNFLAGS} -C context \
-          -o gpp.qmr -O ${QMTEST_DIR}/gpp-expected.qmr \
+          -o gpp.qmr -O gpp-expected.qmr \
           ${QMTEST_GPP_TESTS}
 
 # Use the QMTest GUI.