From: Jim Meyering Date: Sun, 22 Oct 2000 21:12:59 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-2_0_8~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81e231a46d4c94a94f88e349a9f48f8ba5d26992;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index 47bed26a64..f5880130a8 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) \