summaryrefslogtreecommitdiffstats
path: root/src/lib/configure.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-09-25 20:32:26 +0000
committerTheodore Tso <tytso@mit.edu>1995-09-25 20:32:26 +0000
commitf8a5dd3b5e8275420d76991ee08a52509a5a5f74 (patch)
tree00da32b6f2dfc50473ce375edbf181b2425a9e6c /src/lib/configure.in
parent28638e5a8e811ecf61928732a3aa1101d607a0c8 (diff)
downloadkrb5-f8a5dd3b5e8275420d76991ee08a52509a5a5f74.tar.gz
krb5-f8a5dd3b5e8275420d76991ee08a52509a5a5f74.tar.xz
krb5-f8a5dd3b5e8275420d76991ee08a52509a5a5f74.zip
Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile
configure.in: Remove custom MAKE_SUBDIRS line with the standard DO_SUBDIRS rule, which works now that we're revamping how the foo-$(WHAT) system works. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6853 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/configure.in')
-rw-r--r--src/lib/configure.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/configure.in b/src/lib/configure.in
index 142b8da48d..0f06e9bba4 100644
--- a/src/lib/configure.in
+++ b/src/lib/configure.in
@@ -21,9 +21,5 @@ fi
CONFIG_DIRS(crypto des425 $kdb4 $krb4 krb5 kdb gssapi kadm)
AC_PROG_ARCHIVE
AC_PROG_RANLIB
-_MAKE_SUBDIRS("making",all-unix-subdirs,all)
-MAKE_SUBDIRS("cleaning",clean)
-MAKE_SUBDIRS("installing",install)
-MAKE_SUBDIRS("checking",check)
-AppendRule([all-unix:: all-unix-subdirs])
+DO_SUBDIRS
V5_AC_OUTPUT_MAKEFILE