summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/pty/ChangeLog6
-rw-r--r--src/util/pty/Makefile.in4
2 files changed, 10 insertions, 0 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index b0c64e306..40ebb2291 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 5 20:08:21 2001 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in ($(BUILDTOP)/include/krb5/autoconf.h): Add rules to
+ build include/krb5/autoconf.h - this file is wiped out during a
+ make clean and sane_hostname.c depends on it.
+
2001-08-29 Ken Raeburn <raeburn@mit.edu>
* sane_hostname.c: Include socket-utils.h and fake-addrinfo.c.
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index 7309abb42..c92526688 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -108,6 +108,10 @@ clean-files::
pty_err.o: pty_err.c
pty_err.h: pty_err.et
pty_err.c: pty_err.et
+
+$(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in
+ (cd $(BUILDTOP)/include; $(MAKE) krb5/autoconf.h)
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in