diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-19 04:45:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-19 04:45:09 +0000 |
commit | 36564cbefdba735d60d4aa3724065356c0b52939 (patch) | |
tree | dc6d2d31ac77dd19c4dae4f8aa6d60be444c0b14 /tests/tr | |
parent | 95836befb3f0f25fc277ba8cd73e036cc54036ca (diff) | |
download | coreutils-36564cbefdba735d60d4aa3724065356c0b52939.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 199c16e30..100fa346a 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -57,6 +57,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +AMTAR = @AMTAR@ AMTARFLAGS = @AMTARFLAGS@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ @@ -84,7 +85,6 @@ POFILES = @POFILES@ POSUB = @POSUB@ POW_LIBM = @POW_LIBM@ RANLIB = @RANLIB@ -TAR = @TAR@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ @@ -172,6 +172,7 @@ distdir: $(DISTFILES) || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ |