diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-13 03:48:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-13 03:48:43 +0000 |
commit | 3e62291a3c3f8cad5873e032d1f3b706a43c9ac6 (patch) | |
tree | bba5140cea3d051284520160b0a55abeb4b98292 /tests/mv | |
parent | 10972f68e8320409d5131de9c70cd28ae2ce865f (diff) | |
download | coreutils-3e62291a3c3f8cad5873e032d1f3b706a43c9ac6.tar.xz |
.
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index f2656e12d..f26c09ea3 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -90,9 +90,9 @@ VERSION = @VERSION@ YACC = @YACC@ l = @l@ -AUTOMAKE_OPTIONS = 1.2 gnits +AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self +TESTS = mv-special-1 into-self backup-is-src EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \ @@ -105,7 +105,7 @@ TESTS_ENVIRONMENT = \ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = -DIST_COMMON = README Makefile.am Makefile.in +DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |