summaryrefslogtreecommitdiff
path: root/tests/stty
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-30 14:59:08 +0000
committerJim Meyering <jim@meyering.net>1999-08-30 14:59:08 +0000
commit128307fa88455d6fba6fc95e29ddd4178b327911 (patch)
tree1975c7f8f0a7cc62d72c6efda5f86d5c8cbd2def /tests/stty
parent84f4450da42d4f53f60776f59ec45bcf8c1ef311 (diff)
downloadcoreutils-128307fa88455d6fba6fc95e29ddd4178b327911.tar.xz
.
Diffstat (limited to 'tests/stty')
-rw-r--r--tests/stty/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in
index 40a6fd024..7542a0da7 100644
--- a/tests/stty/Makefile.in
+++ b/tests/stty/Makefile.in
@@ -61,6 +61,7 @@ host_alias = @host_alias@
host_triplet = @host@
AMTAR = @AMTAR@
AMTARFLAGS = @AMTARFLAGS@
+AWK = @AWK@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -102,13 +103,14 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
YACC = @YACC@
+install_sh = @install_sh@
l = @l@
AUTOMAKE_OPTIONS = 1.2f gnits
TESTS = row-col-1 basic-1
-EXTRA_DIST = $(TESTS)
+EXTRA_DIST = $(TESTS) input-tty
TESTS_ENVIRONMENT = PATH=../../src:$$PATH
subdir = tests/stty
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs