* Makefile.in (qmtest-g++): Use target_alias, not target.

From-SVN: r67520
This commit is contained in:
Phil Edwards 2003-06-06 00:01:32 +00:00 committed by Mark Mitchell
parent 0fd2bbf496
commit 3d81863273
2 changed files with 5 additions and 1 deletions

View 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

View 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