From dd3a865a8e6104460ee519795e31b1e20c94a116 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Jan 1998 09:47:51 +0000 Subject: . --- tests/join/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/join') 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 \ -- cgit v1.2.3-54-g00ecf