From 189ad2bf4dcc2e4b87c669f7d71f5c34488d4669 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 22 Apr 1995 00:48:39 +0000 Subject: [PATCH] Added the profile directory for the profile routines git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5437 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ChangeLog | 4 ++++ src/lib/krb5/Makefile.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lib/krb5/ChangeLog b/src/lib/krb5/ChangeLog index 2f3e0b628..0c8d20a8c 100644 --- a/src/lib/krb5/ChangeLog +++ b/src/lib/krb5/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 21 20:47:35 1995 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Added the profile directory for the profile routines. + Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: cleaned up for the PC diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in index bd8358753..67f5157a4 100644 --- a/src/lib/krb5/Makefile.in +++ b/src/lib/krb5/Makefile.in @@ -4,7 +4,7 @@ TST=if test -n "`cat DONE`" ; then LIB_SUBDIRS= error_tables asn.1 ccache ccache/stdio ccache/file \ - keytab keytab/file krb rcache free os posix + keytab keytab/file krb rcache free os posix $(BUILDTOP)/util/profile LIBUPDATE= $(BUILDTOP)/util/libupdate all:: all-$(WHAT) @@ -19,7 +19,8 @@ libkrb5_ranlib: libkrb5.a libkrb5.a: error_tables/DONE asn.1/DONE ccache/DONE ccache/stdio/DONE \ ccache/file/DONE keytab/DONE keytab/file/DONE krb/DONE \ - rcache/DONE free/DONE os/DONE posix/DONE + rcache/DONE free/DONE os/DONE posix/DONE \ + $(BUILDTOP)/util/profile/DONE if test -f $@ ; then \ for i in $(LIB_SUBDIRS) ; \ do \ -- 2.26.2