diff options
Diffstat (limited to 'tests/alloca.test')
-rwxr-xr-x | tests/alloca.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/alloca.test b/tests/alloca.test index 6cf51bb53..bbf452f39 100755 --- a/tests/alloca.test +++ b/tests/alloca.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 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 @@ -18,8 +18,6 @@ . ./defs || Exit 1 -set -e - cat > Makefile.am << 'END' noinst_LIBRARIES = libtu.a libtu_a_SOURCES = |