* Makefile.in (qmtest-g++): Use target_alias, not target.
authorPhil Edwards <phil@jaj.com>
Fri, 6 Jun 2003 00:01:32 +0000 (00:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 6 Jun 2003 00:01:32 +0000 (00:01 +0000)
From-SVN: r67520

gcc/ChangeLog
gcc/Makefile.in

index a47ffc7..bc34fec 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-05  Phil Edwards <phil@jaj.com>
+
+       * Makefile.in (qmtest-g++): Use target_alias, not target.
+
 2003-06-05  Per Bothner  <pbothner@apple.com>
 
        * toplev.c (push_srcloc):  Simplify behavior to save current location
index 5d87335..f755afd 100644 (file)
@@ -3408,7 +3408,7 @@ ${QMTEST_DIR}/context: stamp-qmtest
        echo "CompilerTable.cplusplus_kind=GCC" >> $@
        echo "CompilerTable.cplusplus_path=${objdir}/g++" >> $@
        echo "CompilerTable.cplusplus_options=-B${objdir}/" >> $@
-       echo "DejaGNUTest.target=$(target)" >> $@
+       echo "DejaGNUTest.target=${target_alias}" >> $@
 
 # Run the G++ testsuite using QMTest.
 qmtest-g++: ${QMTEST_DIR}/context