summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/lib/ChangeLog8
-rw-r--r--src/lib/Makefile.in4
-rw-r--r--src/lib/configure.in6
3 files changed, 9 insertions, 9 deletions
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 <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
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