From: Danilo Almeida Date: Wed, 19 Jul 2000 23:56:31 +0000 (+0000) Subject: * Makefile.in: Remove references to now defunct directories X-Git-Tag: krb5-1.3-alpha1~1972 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3e14565597763891f97322ff9d6843ab109cf830;p=krb5.git * Makefile.in: Remove references to now defunct directories lib/krb5/ccache/{file,memory,stdio}. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12568 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 4e935e83d..e3e91aec9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-07-19 Danilo Almeida + + * Makefile.in: Remove references to now defunct directories + lib/krb5/ccache/{file,memory,stdio}. + 2000-07-19 Danilo Almeida * Makefile.in: Add ms2mit and krb524 Makefile creation to Windows diff --git a/src/Makefile.in b/src/Makefile.in index 1a9b8ce95..43e0ffa58 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -146,9 +146,6 @@ WINMAKEFILES=Makefile \ lib\gssapi\krb5\Makefile lib\gssapi\mechglue\Makefile \ lib\krb4\Makefile lib\krb5\Makefile \ lib\krb5\asn.1\Makefile lib\krb5\ccache\Makefile \ - lib\krb5\ccache\file\Makefile \ - lib\krb5\ccache\stdio\Makefile \ - lib\krb5\ccache\memory\Makefile \ lib\krb5\ccache\ccapi\Makefile \ lib\krb5\error_tables\Makefile \ lib\krb5\keytab\Makefile \ @@ -233,12 +230,6 @@ WINMAKEFILES=Makefile \ ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\krb5\ccache\Makefile: lib\krb5\ccache\Makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ -##DOS##lib\krb5\ccache\file\Makefile: lib\krb5\ccache\file\Makefile.in $(MKFDEP) -##DOS## $(WCONFIG) config < $@.in > $@ -##DOS##lib\krb5\ccache\stdio\Makefile: lib\krb5\ccache\stdio\Makefile.in $(MKFDEP) -##DOS## $(WCONFIG) config < $@.in > $@ -##DOS##lib\krb5\ccache\memory\Makefile: lib\krb5\ccache\memory\Makefile.in $(MKFDEP) -##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\krb5\ccache\ccapi\Makefile: lib\krb5\ccache\ccapi\Makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\krb5\error_tables\Makefile: lib\krb5\error_tables\Makefile.in $(MKFDEP) @@ -325,8 +316,7 @@ FILES= ./* \ lib/des425/* lib/gssapi/* lib/gssapi/generic/* lib/gssapi/krb5/* \ lib/gssapi/mechglue/* lib/krb4/* \ lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \ - lib/krb5/ccache/* lib/krb5/ccache/file/* lib/krb5/ccache/memory/* \ - lib/krb5/ccache/stdio/* lib/krb5/ccache/ccapi/* \ + lib/krb5/ccache/* lib/krb5/ccache/ccapi/* \ lib/krb5/error_tables/* \ lib/krb5/keytab/* lib/krb5/keytab/file/* lib/krb5/keytab/srvtab/* \ lib/krb5/os/* lib/krb5/posix/* lib/krb5/rcache/* \