From ac684a2027f4917adb6aba821a3c26212f713493 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 16 Apr 1999 21:21:56 +0000 Subject: [PATCH] Makefile.in (all-windows): Don't constantly recreate autoconf.h with #include "win-mac.h" git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11365 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 5 +++++ src/include/krb5/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 9ccfdd53b..49889913f 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 16 17:07:47 1999 Theodore Y. Ts'o + + * Makefile.in (all-windows): Don't constantly recreate autoconf.h + with #include "win-mac.h" + 1999-04-09 Theodore Ts'o * kdb.h: Add new TL types provided by Frank Cusack's preauth patch diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index f409d81cb..df3fbd592 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -19,7 +19,7 @@ all-mac:: $(BUILT_HEADERS) all-windows:: $(RM) osconf.h autoconf.h autoconf.stamp copy stock\osconf.h osconf.h - echo #include "win-mac.h" > autoconf.h + copy ..\win-mac.h autoconf.h # Should only rebuild autoconf.h here (use CONFIG_FILES=), but the weird krb5 # makefile post-processing is unconditional and would trash the makefile. -- 2.26.2