From 086c6838fab1ebd605b03d14e4fbd7a31a86062d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 29 Jul 2008 13:53:02 +0000 Subject: * common/genmloop.sh: Add new parameter: -shell to specify the command interpreter to use to run the input file. This is necessary because otherwise SHELL is taken from the user's environment, and not from the makefile that invoked this script and the user might not be running an sh-like shell. * cris/Makefile.in: Pass -shell parameter to genmloop.sh. * fr30/Makefile.in: Likewise. * frv/Makefile.in: Likewise. * i960/Makefile.in: Likewise. * iq2000/Makefile.in: Likewise. * m32r/Makefile.in: Likewise. * frv/mloop.in: Add missing start of line comment marker. --- sim/frv/mloop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/frv/mloop.in') diff --git a/sim/frv/mloop.in b/sim/frv/mloop.in index 3afe3b9..e679fa7 100644 --- a/sim/frv/mloop.in +++ b/sim/frv/mloop.in @@ -1,6 +1,6 @@ # Simulator main loop for frv. -*- C -*- # Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 - Free Software Foundation, Inc. +# Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of the GNU Simulators. -- cgit v1.1