summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-09-06 00:09:41 +0000
committerEzra Peisach <epeisach@mit.edu>2001-09-06 00:09:41 +0000
commitd912e4a251ce55c6a3e2f5f0874fb6cc31f6ef8a (patch)
tree32fc60f4217d6c633b114cdce63932529b4e0b80 /src
parent3b3ce63f66446d45edbea67d4ca45196f6f17acf (diff)
downloadkrb5-d912e4a251ce55c6a3e2f5f0874fb6cc31f6ef8a.tar.gz
krb5-d912e4a251ce55c6a3e2f5f0874fb6cc31f6ef8a.tar.xz
krb5-d912e4a251ce55c6a3e2f5f0874fb6cc31f6ef8a.zip
* 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13728 dc483132-0cff-0310-8789-dd5450dbe970
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 b0c64e306d..40ebb22916 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 7309abb42f..c925266881 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