From d912e4a251ce55c6a3e2f5f0874fb6cc31f6ef8a Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Thu, 6 Sep 2001 00:09:41 +0000 Subject: [PATCH] * 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 --- src/util/pty/ChangeLog | 6 ++++++ src/util/pty/Makefile.in | 4 ++++ 2 files changed, 10 insertions(+) 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 + + * 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 * 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 -- 2.26.2