From: Theodore Tso Date: Mon, 25 Sep 1995 20:32:26 +0000 (+0000) Subject: Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile X-Git-Tag: krb5-1.0-beta6~1012 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f8a5dd3b5e8275420d76991ee08a52509a5a5f74;p=krb5.git 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 --- diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 0979c922c..e44b6b2f1 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 25 16:26:53 1995 Theodore Y. Ts'o + + * 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 diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index bb3d0f628..09611df85 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -3,14 +3,10 @@ CFLAGS = $(CCOPTS) $(DEFS) ##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 diff --git a/src/lib/configure.in b/src/lib/configure.in index 142b8da48..0f06e9bba 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