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
+Mon Sep 25 16:26:53 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * 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.
Wed Jul 12 12:25:15 EDT 1995 Paul Park (pjpark@mit.edu)
* configure.in - Temporarily add --with-kdb4 to select building of
##DOSBUILDTOP = ..
##DOS!include $(BUILDTOP)\config\windows.in
-all:: all-$(WHAT)
-
all-unix::
all-mac::
-clean:: clean-$(WHAT)
-
clean-mac:: clean-unix
clean-unix::
$(RM) libkrb5.a libkdb5.a libcrypto.a
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