]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 22 Oct 2000 21:12:59 +0000 (21:12 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Oct 2000 21:12:59 +0000 (21:12 +0000)
tests/sha1sum/Makefile.in

index 47bed26a641212203968bf1a1bba8076a12ad304..f5880130a86a1f792c769965e51284f164f3832a 100644 (file)
@@ -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) \