Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile
authorTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 20:37:51 +0000 (20:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 20:37:51 +0000 (20:37 +0000)
commit2baf648b637daef9c1243511fa94887f071241c0
treeda71201834404c668527a694d8fdd77b1d94d8f9
parentf8a5dd3b5e8275420d76991ee08a52509a5a5f74
Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile

aclocal.m4 (MAKE_SUBDIRS, DO_SUBDIRS): MAKE_SUBDIRS now takes three
arguments; DO_SUBDIRS now generates target rules of the form:
"foo-unix: <for each subdirectory> make foo".  All of the macros
which generated targets "all", "install", "clean", etc. now generate
targets "all-unix", "install-unix", "clean-unix".

This scheme allows us to do multiple-platform builds, while
preserving ordering constraints that we need in order to build
library subdirectories correctly.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6854 dc483132-0cff-0310-8789-dd5450dbe970
src/ChangeLog
src/Makefile.in
src/aclocal.m4