From: Ezra Peisach Date: Tue, 2 Oct 2001 20:03:55 +0000 (+0000) Subject: * Makefile.in (includes): Depend on X-Git-Tag: krb5-1.3-alpha1~1060 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bdf4523df7addccddacd97542627e78c272113f6;p=krb5.git * Makefile.in (includes): Depend on $(BUILDTOP)/include/krb5/autoconf.h. Automatic dependencies do not work on systems in which shared libraries are build without static ones. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13773 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index d38d5ec1a..4c5b7bb08 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,10 @@ +2001-10-02 Ezra Peisach + + * Makefile.in (includes): Depend on + $(BUILDTOP)/include/krb5/autoconf.h. Automatic dependencies do not + work on systems in which shared libraries are build without static + ones. + 2001-09-11 Tom Yu * configure.in: Cosmetic fix in utmpx.ut_exit check. diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index c92526688..9326d8ebb 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -85,6 +85,8 @@ includes:: libpty.h $(BUILDTOP)/include/libpty.h) ; \ fi +includes:: $(BUILDTOP)/include/krb5/autoconf.h + clean-unix:: $(RM) $(BUILDTOP)/include/libpty.h