summaryrefslogtreecommitdiff
path: root/tests/sort
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-25 09:47:51 +0000
committerJim Meyering <jim@meyering.net>1998-01-25 09:47:51 +0000
commitdd3a865a8e6104460ee519795e31b1e20c94a116 (patch)
tree56573c16668dc59cb328ddeff5bcedc42e6f72b5 /tests/sort
parentaaf66a24131f30e5e45a1bd9e9b6dc68491330a9 (diff)
downloadcoreutils-dd3a865a8e6104460ee519795e31b1e20c94a116.tar.xz
.
Diffstat (limited to 'tests/sort')
-rw-r--r--tests/sort/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index 781ee116c..872522245 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -149,7 +149,7 @@ default: all
.SUFFIXES:
.SUFFIXES: .pl
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/sort-test/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/sort/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -161,14 +161,14 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = tests/sort-test
+subdir = tests/sort
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/sort-test/Makefile
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/sort/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
test -f $(distdir)/$$file \