Go into subdirs for make check
authorEzra Peisach <epeisach@mit.edu>
Sat, 22 Apr 1995 20:39:58 +0000 (20:39 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 22 Apr 1995 20:39:58 +0000 (20:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5456 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ChangeLog
src/lib/krb5/configure.in

index 0c8d20a8c6d70084c8ec76b0e63ae6835094794b..cf1595e338747d7604f4e7944493d0e4af3ce3ae 100644 (file)
@@ -1,3 +1,7 @@
+Sat Apr 22 10:58:49 1995  Ezra Peisach  (epeisach@kangaroo.mit.edu)
+
+       * configure.in: Add rule for make check to descend to subdirs
+
 Fri Apr 21 20:47:35 1995  Theodore Y. Ts'o  (tytso@dcl)
 
        * Makefile.in: Added the profile directory for the profile routines.
index b0733fefcbcd2617a3a1b228ddfbe105e060d00a..9ef1fe2bc273f443af0234c262bf99fcaec42c86 100644 (file)
@@ -10,5 +10,6 @@ AC_PROG_RANLIB
 AC_PROG_INSTALL
 MAKE_SUBDIRS("making",all)
 MAKE_SUBDIRS("cleaning",clean)
+MAKE_SUBDIRS("checking",check)
 AppendRule([all:: libkrb5.a libkrb5_ranlib])
 V5_AC_OUTPUT_MAKEFILE