diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-27 23:07:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-27 23:07:53 +0000 |
commit | 7ca462d86501161050aeb8deb4753ceeac3646bf (patch) | |
tree | 4c9059cf1fcd33e9d3ce0ae0646fdcf40a63825b /tests/md5sum | |
parent | 81e166e0ce96dd725b9ccc3320471473065f2d6a (diff) | |
download | coreutils-7ca462d86501161050aeb8deb4753ceeac3646bf.tar.xz |
.
Diffstat (limited to 'tests/md5sum')
-rw-r--r-- | tests/md5sum/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index f626c384b..b47b5931b 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -10,7 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. - SHELL = @SHELL@ srcdir = @srcdir@ @@ -89,6 +88,7 @@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ l = @l@ + EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) srcdir=$(srcdir) PERL="@PERL@" PATH=../../src:$$PATH PROG='md5sum --text' |