diff options
Diffstat (limited to 'tests/sort')
-rw-r--r-- | tests/sort/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 2202d3f3b..34a81d4cc 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -99,7 +99,7 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = checks/sort-test +subdir = tests/sort-test distdir: $(DEP_DISTFILES) @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ test -f $(distdir)/$$file \ |