* Makefile.in: Remove references to now defunct directories
authorDanilo Almeida <dalmeida@mit.edu>
Wed, 19 Jul 2000 23:56:31 +0000 (23:56 +0000)
committerDanilo Almeida <dalmeida@mit.edu>
Wed, 19 Jul 2000 23:56:31 +0000 (23:56 +0000)
lib/krb5/ccache/{file,memory,stdio}.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12568 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index 4e935e83d1ed3420e544881ea78f5ed93661f503..e3e91aec96d3b44de97ea38c140e2b2987d87d19 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-19  Danilo Almeida  <dalmeida@mit.edu>
+
+       * Makefile.in: Remove references to now defunct directories
+       lib/krb5/ccache/{file,memory,stdio}.
+
 2000-07-19  Danilo Almeida  <dalmeida@mit.edu>
 
        * Makefile.in: Add ms2mit and krb524 Makefile creation to Windows
index 1a9b8ce9571b64a75c0e611705574cc1586b7573..43e0ffa58c5a2408a05d52db11bd30296c6f3f62 100644 (file)
@@ -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/* \