]> gcc.gnu.org Git - gcc.git/commitdiff
Make-lang.in (treelang.check): Don't set and pass TRANSFORM.
authorMatthias Klose <doko@debian.org>
Sun, 23 Apr 2006 18:15:34 +0000 (18:15 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Sun, 23 Apr 2006 18:15:34 +0000 (18:15 +0000)
2006-04-22  Matthias Klose  <doko@debian.org>

        * Make-lang.in(treelang.check): Don't set and pass TRANSFORM.

From-SVN: r113201

gcc/treelang/ChangeLog
gcc/treelang/Make-lang.in

index 3cd85d6ffcc506cb9bc7f41d61bb7585f3c2d0ac..312f65cb7f37e61c198cb83490d013a32568e37d 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-22  Matthias Klose  <doko@debian.org>
+
+       * Make-lang.in(treelang.check): Don't set and pass TRANSFORM.
+
 2006-03-29  Carlos O'Donell  <caros@codesourcery.com>
 
        * Make-lang.in: Rename docdir to gcc_docdir.
index 53998de1dad11b98a686141933c2e5e1541f8e2a..018f6216e00156d0b207f8dd49237fb74141af86 100644 (file)
@@ -1,7 +1,7 @@
 # Top level makefile fragment for TREELANG For GCC. -*- makefile -*-
 
-#   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
-#   Free Software Foundation, Inc.
+#   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005,
+#   2006 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
@@ -288,7 +288,6 @@ treelang.check: $(TESTSUITEDIR)/site.exp
        srcdir=`cd ${srcdir}; ${PWD_COMMAND}` ; export srcdir ; \
        cd testsuite; \
        EXPECT=${EXPECT} ; export EXPECT ; \
-       TRANSFORM=$(program_transform_name); export TRANSFORM; \
        if [ -f $${rootme}/../expect/expect ] ; then  \
           TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWD_COMMAND}` ; \
           export TCL_LIBRARY ; fi ; \
This page took 0.065893 seconds and 5 git commands to generate.