diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-10-07 18:31:21 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-10-07 18:31:21 +0000 |
| commit | 9c10fc4ca08b87eb71d8da5e97e6dd5f83bbb427 (patch) | |
| tree | 1f61111e2ba1bd5cb42faf8685fe7f5c33066ebb /src/util/autoconf | |
| parent | 94bb21da1a1981e23c17dea921fdc748ab16da38 (diff) | |
| download | krb5-9c10fc4ca08b87eb71d8da5e97e6dd5f83bbb427.tar.gz krb5-9c10fc4ca08b87eb71d8da5e97e6dd5f83bbb427.tar.xz krb5-9c10fc4ca08b87eb71d8da5e97e6dd5f83bbb427.zip | |
Use check:: instead of check:
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4484 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/autoconf')
| -rw-r--r-- | src/util/autoconf/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/autoconf/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
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: |
