From: Phil Edwards Date: Fri, 6 Jun 2003 00:01:32 +0000 (+0000) Subject: * Makefile.in (qmtest-g++): Use target_alias, not target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d81863273d98ef47994103ca233645c9327b84d;p=gcc.git * Makefile.in (qmtest-g++): Use target_alias, not target. From-SVN: r67520 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a47ffc7e326..bc34fec8a8d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-05 Phil Edwards + + * Makefile.in (qmtest-g++): Use target_alias, not target. + 2003-06-05 Per Bothner * toplev.c (push_srcloc): Simplify behavior to save current location diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5d873357cfb..f755afd1a0d 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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