* 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 a47ffc7e326d0c2a53b87c1e12efcef9ed26785c..bc34fec8a8d149581aef767360f38f70ce5e857e 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 5d873357cfb861735a83ad3b5c862f33966f2bc1..f755afd1a0dd7ed1e02cedeea4a0bf42392e1bbe 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