From 9c10fc4ca08b87eb71d8da5e97e6dd5f83bbb427 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 7 Oct 1994 18:31:21 +0000 Subject: [PATCH] Use check:: instead of check: git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4484 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/autoconf/ChangeLog | 4 ++++ src/util/autoconf/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/util/autoconf/ChangeLog b/src/util/autoconf/ChangeLog index 69dc97038..04a085321 100644 --- a/src/util/autoconf/ChangeLog +++ b/src/util/autoconf/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 7 14:30:28 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Use check:: instead of check: + Thu May 12 15:55:40 1994 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) * Version 1.11. diff --git a/src/util/autoconf/Makefile.in b/src/util/autoconf/Makefile.in index 63ebdff47..b63d9c8d8 100644 --- a/src/util/autoconf/Makefile.in +++ b/src/util/autoconf/Makefile.in @@ -77,7 +77,8 @@ autoconf.dvi: autoconf.texi standards.dvi: standards.texi make-stds.texi $(TEXI2DVI) $(srcdir)/standards.texi -check: +check:: + installcheck: installdirs: -- 2.26.2