From: Ken Raeburn Date: Wed, 5 May 2004 00:31:38 +0000 (+0000) Subject: * Makefile.in (LOCAL_SUBDIRS): Build support library X-Git-Tag: krb5-1.4-beta1~441 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c63b2300b25204465de7be4b417294a25da8cb0;p=krb5.git * Makefile.in (LOCAL_SUBDIRS): Build support library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16304 dc483132-0cff-0310-8789-dd5450dbe970 --- 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)..