From: Theodore Tso Date: Mon, 25 Sep 1995 21:07:28 +0000 (+0000) Subject: Added missing backslash at the end of one of the lines, missing from X-Git-Tag: krb5-1.0-beta6~1004 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48eecedaae36ffe8154dff34681fbab934d14579;p=krb5.git Added missing backslash at the end of one of the lines, missing from the Macintosh integration. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6861 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index be0b232b7..504661d4c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,8 @@ Mon Sep 25 16:32:57 1995 Theodore Y. Ts'o * 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 diff --git a/src/Makefile.in b/src/Makefile.in index 4a3a2f8ec..b9a74d8bc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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/*