diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-05-05 00:31:38 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-05-05 00:31:38 +0000 |
| commit | 5c63b2300b25204465de7be4b417294a25da8cb0 (patch) | |
| tree | aaca2c19b2c8d4201909207349f64f8bcfe56670 /src | |
| parent | c23c02f65e3d5c1cc2f37ba12eac14c7ed20671d (diff) | |
* Makefile.in (LOCAL_SUBDIRS): Build support library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16304 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index f74c72dd8..e1a187418 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,7 @@ +2004-05-04 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (LOCAL_SUBDIRS): Build support library. + 2004-04-22 Ken Raeburn <raeburn@mit.edu> * libupdate.sh, makeshlib.sh: Deleted. diff --git a/src/util/Makefile.in b/src/util/Makefile.in index b9994bb0d..ba726b5e7 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=$(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \ +LOCAL_SUBDIRS=support $(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \ profile pty $(MAYBE_DB_@DB_VERSION@) send-pr ##WIN32##!endif BUILDTOP=$(REL).. |
