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/sort | |
parent | 888a5250a56353ba7148be8a7eb6527f2e60f78e (diff) | |
download | coreutils-6c674869b32397651c541b8da4fafa784310eda0.tar.xz |
.
Diffstat (limited to 'tests/sort')
-rw-r--r-- | tests/sort/Makefile.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 0885010c0..18b91f60a 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/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.1 - x = sort t = \ t01a t02a t02b t02c t02d t02e t02f t03a t03b t03c t03d t03e t03f t03g \ @@ -57,7 +56,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@ @@ -88,8 +87,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/sort-test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -184,8 +183,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 $@ |