Added missing backslash at the end of one of the lines, missing from
authorTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 21:07:28 +0000 (21:07 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 25 Sep 1995 21:07:28 +0000 (21:07 +0000)
the Macintosh integration.

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

src/ChangeLog
src/Makefile.in

index be0b232b77595ee60216840a989197104812a199..504661d4c495acea21f8cdc426ba43462ab62226 100644 (file)
@@ -2,6 +2,8 @@ Mon Sep 25 16:32:57 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
                Makefile. 
+               (FILES): Added missing backslash at the end of one of the
+               lines, missing from the Macintosh integration.
 
        * aclocal.m4 (MAKE_SUBDIRS, DO_SUBDIRS): MAKE_SUBDIRS now takes
                three arguments; DO_SUBDIRS now generates target rules of
index 4a3a2f8ec98d2bf9b51476832856c47ac6402920..b9a74d8bc3303b589b9f74ac9f9f782db4f34d76 100644 (file)
@@ -192,7 +192,7 @@ FILES= ./* \
        lib/gssapi/generic/* lib/gssapi/krb5/* lib/kadm/* lib/krb425/* \
        lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \
        lib/krb5/ccache/* lib/krb5/ccache/file/* \
-       lib/krb5/ccache/stdio/* lib/krb5/error_tables/* 
+       lib/krb5/ccache/stdio/* lib/krb5/error_tables/* \
        lib/krb5/free/* lib/krb5/keytab/* lib/krb5/keytab/file/* \
        lib/krb5/os/* lib/krb5/posix/* lib/krb5/rcache/* util/et/* \
        util/profile/*