summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-09-25 21:07:28 +0000
committerTheodore Tso <tytso@mit.edu>1995-09-25 21:07:28 +0000
commit48eecedaae36ffe8154dff34681fbab934d14579 (patch)
treecb23dcee0673c38f2861f6093fafd290bafa2d0c /src
parent725310bb2613282bb5a3c191189c3e119e4f0f78 (diff)
downloadkrb5-48eecedaae36ffe8154dff34681fbab934d14579.tar.gz
krb5-48eecedaae36ffe8154dff34681fbab934d14579.tar.xz
krb5-48eecedaae36ffe8154dff34681fbab934d14579.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in2
2 files changed, 3 insertions, 1 deletions
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 <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
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/*