summaryrefslogtreecommitdiffstats
path: root/src/config/win-post.in
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-09-21 13:01:06 -0400
committerBen Kaduk <kaduk@mit.edu>2012-09-25 10:52:34 -0400
commit96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1 (patch)
treef39ad9108616d7f228b9ad6c85eab8912349ad80 /src/config/win-post.in
parent8849e7e5a5239d1cc42bc1e73968d4c6cc38fc04 (diff)
downloadkrb5-96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1.tar.gz
krb5-96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1.tar.xz
krb5-96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1.zip
Remove kerbsrc.win
It has been unloved and broken repeatedly for many years, requiring updating of several variables whenever new directories are added and similar tedia. It was originally intended to avoid the need for Unix utilities on Windows, but Microsoft provides the Utilities and SDK for UNIX-based Applications which is enough rope to do a native build. Leave behind a warning message to anyone who does try to build the target. Clean up some now-unused infrastructure in the build system. ticket: 7367 (new)
Diffstat (limited to 'src/config/win-post.in')
-rw-r--r--src/config/win-post.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/win-post.in b/src/config/win-post.in
index 6046e627e..e7164ff49 100644
--- a/src/config/win-post.in
+++ b/src/config/win-post.in
@@ -29,7 +29,7 @@ DLL_FILE_DEF=/DKRB5_DLL_FILE
# Build the Makefile unless we are in the top-level
#(where there is already an explicit rule).
-!if !defined(ZIP) && !defined(WINFILES)
+!if !defined(TOPLEVEL)
Makefile: Makefile.in $(BUILDTOP)\config\win-pre.in $(BUILDTOP)\config\win-post.in
$(WCONFIG) $(BUILDTOP)\config < Makefile.in > Makefile
!endif