diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-21 02:29:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-21 02:29:50 +0000 |
commit | c850864a197cabdedada46cd217103a5efdd7348 (patch) | |
tree | f0fdefb843065e56323d7bea24a28a3cec180548 /tests/install | |
parent | c93a59ac4f8c3e97c972d4f7b531183ea7d56ffa (diff) | |
download | coreutils-c850864a197cabdedada46cd217103a5efdd7348.tar.xz |
.
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index 428c1a3a0..b32dd496d 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -57,6 +57,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ AMTAR = @AMTAR@ AMTARFLAGS = @AMTARFLAGS@ CATALOGS = @CATALOGS@ @@ -66,6 +68,7 @@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ +GETCONF = @GETCONF@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ @@ -147,6 +150,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; \ |