diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-25 09:47:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-25 09:47:51 +0000 |
commit | dd3a865a8e6104460ee519795e31b1e20c94a116 (patch) | |
tree | 56573c16668dc59cb328ddeff5bcedc42e6f72b5 /tests/join | |
parent | aaf66a24131f30e5e45a1bd9e9b6dc68491330a9 (diff) | |
download | coreutils-dd3a865a8e6104460ee519795e31b1e20c94a116.tar.xz |
.
Diffstat (limited to 'tests/join')
-rw-r--r-- | tests/join/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index fabdc3720..531188473 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -131,7 +131,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/join-test/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/join/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -143,14 +143,14 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/join-test +subdir = tests/join 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/join-test/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/join/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ |