diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-20 03:17:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-20 03:17:28 +0000 |
commit | 955f5eb1f47777f66528dc685658e0eb7c72e0ba (patch) | |
tree | 335a6ced8c0b94b8795481414b21cc4513c34646 /tests/tr | |
parent | 0e02a64c991817fa22afe372e976530b4548c6aa (diff) | |
download | coreutils-955f5eb1f47777f66528dc685658e0eb7c72e0ba.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index ec2367952..bb58b29fc 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -95,7 +95,7 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = checks/tr-test +subdir = tests/tr-test distdir: $(DEP_DISTFILES) @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ test -f $(distdir)/$$file \ |