diff options
author | Jim Meyering <jim@meyering.net> | 1998-06-18 15:22:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-06-18 15:22:51 +0000 |
commit | 2781ec69b7a31ccc5ede67558c025d7c2350f053 (patch) | |
tree | e9b45a16aa464da684f59c5a599d3a93a0650262 /tests/tac | |
parent | 4a9222e0c211aa6a6c42a0a85a9ac5664b11740a (diff) | |
download | coreutils-2781ec69b7a31ccc5ede67558c025d7c2350f053.tar.xz |
.
Diffstat (limited to 'tests/tac')
-rw-r--r-- | tests/tac/Makefile.am | 2 | ||||
-rw-r--r-- | tests/tac/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/tac/Makefile.am b/tests/tac/Makefile.am index 37d9d8787..2f9ee4749 100644 --- a/tests/tac/Makefile.am +++ b/tests/tac/Makefile.am @@ -36,6 +36,8 @@ $(srcdir)/$x-tests: $(mk_script) Test.pm MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) +check: $(maint_gen) + Makefile.am: ../Makefile.am.in Test.pm $(mk_script) rm -f $@ $@t sed -n '1,/^##test-files-begin/p' $< > $@t diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 0f03e79c8..a0ea6ad33 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -239,6 +239,8 @@ $(srcdir)/$x-tests: $(mk_script) Test.pm mv $@.n $@ chmod 755 $@ +check: $(maint_gen) + Makefile.am: ../Makefile.am.in Test.pm $(mk_script) rm -f $@ $@t sed -n '1,/^##test-files-begin/p' $< > $@t |