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-Tag: releases/gcc-3.4.0~6120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d81863273d98ef47994103ca233645c9327b84d;p=thirdparty%2Fgcc.git * Makefile.in (qmtest-g++): Use target_alias, not target. From-SVN: r67520 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a47ffc7e326d..bc34fec8a8d1 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 5d873357cfb8..f755afd1a0dd 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