diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 21:12:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 21:12:59 +0000 |
commit | 81e231a46d4c94a94f88e349a9f48f8ba5d26992 (patch) | |
tree | 3a23cd48ebb7015a93e9d716e4e3cf83f274eadf /tests | |
parent | 0622127ac688517ac9a4d27578b099d9f1bdf152 (diff) | |
download | coreutils-81e231a46d4c94a94f88e349a9f48f8ba5d26992.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sha1sum/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index 47bed26a6..f5880130a 100644 --- a/tests/sha1sum/Makefile.in +++ b/tests/sha1sum/Makefile.in @@ -122,11 +122,11 @@ TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ PERL="@PERL@" \ PATH=`pwd`/../../src:$$PATH \ - PROG=shasum + PROG=sha1sum TESTS = basic-1 -subdir = tests/shasum +subdir = tests/sha1sum mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -140,7 +140,7 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/shasum/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/sha1sum/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ |