From 5c63b2300b25204465de7be4b417294a25da8cb0 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 5 May 2004 00:31:38 +0000 Subject: [PATCH] * Makefile.in (LOCAL_SUBDIRS): Build support library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16304 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 4 ++++ src/util/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * Makefile.in (LOCAL_SUBDIRS): Build support library. + 2004-04-22 Ken Raeburn * 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).. -- 2.26.2