summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 be0b232b77..504661d4c4 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 4a3a2f8ec9..b9a74d8bc3 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/*