diff options
Diffstat (limited to 'tests/depcomp2.test')
-rwxr-xr-x | tests/depcomp2.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/depcomp2.test b/tests/depcomp2.test index e8e4a6728..2efa2ad0e 100755 --- a/tests/depcomp2.test +++ b/tests/depcomp2.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2010, 2011 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,8 +20,6 @@ required=gcc . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AC_CONFIG_FILES([subdir/Makefile]) AC_PROG_CC |