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/touch | |
parent | f92141140bfa5af20c365b45be64b6d56ed402da (diff) | |
download | coreutils-83bd8b5ff1ef96c197c753bd52de601ed6a49885.tar.xz |
.
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 6a3f9bc90..89666a339 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/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 = empty-file |