diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-26 14:27:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-26 14:27:18 +0000 |
commit | 83bd8b5ff1ef96c197c753bd52de601ed6a49885 (patch) | |
tree | 96c7b78564579b89af4650ab247d298fc279a5fd /tests/install | |
parent | f92141140bfa5af20c365b45be64b6d56ed402da (diff) | |
download | coreutils-83bd8b5ff1ef96c197c753bd52de601ed6a49885.tar.xz |
.
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index 3c00686e8..98c8f4251 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -10,7 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. - SHELL = @SHELL@ srcdir = @srcdir@ @@ -91,6 +90,7 @@ VERSION = @VERSION@ YACC = @YACC@ l = @l@ + AUTOMAKE_OPTIONS = 1.3 gnits TESTS = basic-1 |