summaryrefslogtreecommitdiff
path: root/tests/join
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-10 21:32:54 +0000
committerJim Meyering <jim@meyering.net>1996-12-10 21:32:54 +0000
commit6c674869b32397651c541b8da4fafa784310eda0 (patch)
treebfbe0b0ce4073ff87f8dbd9ecb3a9ce3f17bc47f /tests/join
parent888a5250a56353ba7148be8a7eb6527f2e60f78e (diff)
downloadcoreutils-6c674869b32397651c541b8da4fafa784310eda0.tar.xz
.
Diffstat (limited to 'tests/join')
-rw-r--r--tests/join/Makefile.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in
index a9e477f2f..d669d6abf 100644
--- a/tests/join/Makefile.in
+++ b/tests/join/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1k from Makefile.am
+# Makefile.in generated automatically by automake 1.1l from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -38,7 +38,8 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
RANLIB = @RANLIB@
-POW_LIBM = @POW_LIBM@
+GENCAT = @GENCAT@
+GMSGFMT = @GMSGFMT@
CC = @CC@
x = join
@@ -51,8 +52,8 @@ exp = $(t:=.exp)
out = $(t:=.out)
err = $(t:=.err)
-EXTRA_DIST = build-script.pl Test.pm $x-tests $(in1) $(in2) $(exp)
-noinst_SCRIPTS = $x-tests build-script
+EXTRA_DIST = mk-script.pl Test.pm $x-tests $(in1) $(in2) $(exp)
+noinst_SCRIPTS = $x-tests
PERL = @PERL@
editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g'
@@ -82,8 +83,8 @@ default: all
.SUFFIXES:
.SUFFIXES: .pl
-$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in
- cd $(top_srcdir) && automake --gnits Makefile
+$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
+ cd $(top_srcdir) && automake --gnu tests/join-test/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -178,8 +179,8 @@ mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-$x-tests: @MAINT@build-script Test.pm
- ./build-script ../../src/$x > $@.n
+$x-tests: @MAINT@mk-script Test.pm
+ ./mk-script ../../src/$x > $@.n
mv $@.n $@
chmod 755 $@