summaryrefslogtreecommitdiff
path: root/tests/dircolors
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-21 02:29:50 +0000
committerJim Meyering <jim@meyering.net>1999-04-21 02:29:50 +0000
commitc850864a197cabdedada46cd217103a5efdd7348 (patch)
treef0fdefb843065e56323d7bea24a28a3cec180548 /tests/dircolors
parentc93a59ac4f8c3e97c972d4f7b531183ea7d56ffa (diff)
downloadcoreutils-c850864a197cabdedada46cd217103a5efdd7348.tar.xz
.
Diffstat (limited to 'tests/dircolors')
-rw-r--r--tests/dircolors/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index 6ab282b0a..20c85ba14 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/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@
@@ -148,6 +151,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; \