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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | src/util/autoconf/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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: |