* Makefile.in ($(BUILDTOP)/include/krb5/autoconf.h): Add rules to
authorEzra Peisach <epeisach@mit.edu>
Thu, 6 Sep 2001 00:09:41 +0000 (00:09 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 6 Sep 2001 00:09:41 +0000 (00:09 +0000)
        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
src/util/pty/Makefile.in

index b0c64e306d68c6208bf73608ba6c6c5ee1ad600e..40ebb22916642d12f9b3ba122dde02d6c6e74bab 100644 (file)
@@ -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.
index 7309abb42f1ad0efe67b0d8fc49c94c460d37cbf..c9252668813f3b6c550c46314dccd4e8617a3339 100644 (file)
@@ -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