diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-10 21:32:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-10 21:32:54 +0000 |
commit | 6c674869b32397651c541b8da4fafa784310eda0 (patch) | |
tree | bfbe0b0ce4073ff87f8dbd9ecb3a9ce3f17bc47f /tests/tr | |
parent | 888a5250a56353ba7148be8a7eb6527f2e60f78e (diff) | |
download | coreutils-6c674869b32397651c541b8da4fafa784310eda0.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 97147e003..62f867e3e 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/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,11 +38,10 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ RANLIB = @RANLIB@ -POW_LIBM = @POW_LIBM@ +GENCAT = @GENCAT@ +GMSGFMT = @GMSGFMT@ CC = @CC@ -AUTOMAKE_OPTIONS = 1.1c - x = tr t = \ t1 t2 t3 t4 t5 t6 t7 t8 t9 tA tB tC tD tE tF tG tH tI tR0.0 tR0.1 tR1.0 \ @@ -54,7 +53,7 @@ exp = $(t:=.exp) out = $(t:=.out) err = $(t:=.err) -EXTRA_DIST = build-script.pl Test.pm $x-tests $(in) $(exp) +EXTRA_DIST = mk-script.pl Test.pm $x-tests $(in) $(exp) noinst_SCRIPTS = $x-tests PERL = @PERL@ @@ -85,8 +84,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/tr-test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -181,8 +180,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 $@ |