summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/krb5/Makefile.in')
-rw-r--r--src/include/krb5/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in
index d60ac1ae81..b3500dd4b7 100644
--- a/src/include/krb5/Makefile.in
+++ b/src/include/krb5/Makefile.in
@@ -11,9 +11,10 @@ BUILT_HEADERS = osconf.h
all-unix:: autoconf.h $(BUILT_HEADERS)
all-mac:: $(BUILT_HEADERS)
-all-windows:
+all-windows::
+ $(RM) osconf.h autoconf.h autoconf.stamp
copy stock\osconf.h osconf.h
- echo /* not used in windows */ > autoconf.h
+ echo #include "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.
@@ -46,4 +47,6 @@ clean::
clean-unix::
$(RM) $(ET_HEADERS) autoconf.h autoconf.stamp
clean-mac::
+ $(RM) osconf.h autoconf.h autoconf.stamp
clean-windows::
+ $(RM) osconf.h autoconf.h autoconf.stamp