diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2008-07-20 21:07:41 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2008-07-20 21:07:41 +0000 |
| commit | f31c8b13535216496fc4946888b9535d4f7d03f2 (patch) | |
| tree | 383cea2f6d53b43f45692076281c341e4b220a13 /src/util | |
| parent | fe19865a1aaef87a4ba52bf5fd1184e3698f5ed7 (diff) | |
Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and
default SUBDIRS to LOCAL_SUBDIRS via pre.in. Instead, just set
SUBDIRS in each directory, and don't do anything in pre.in.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20546 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 0ded4f35d..a7f1704fc 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -6,7 +6,7 @@ mydir=util ##WIN32### configure scripts. The set of subdirs to use is hard-coded ##WIN32### below in the 'all-windows' target anyways, so just hide this. ##WIN32##!if 0 -LOCAL_SUBDIRS=support $(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \ +SUBDIRS=support $(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \ profile send-pr ##WIN32##!endif BUILDTOP=$(REL).. |
