summaryrefslogtreecommitdiffstats
path: root/src/config/win-post.in
diff options
context:
space:
mode:
authorDanilo Almeida <dalmeida@mit.edu>1999-05-18 00:51:25 +0000
committerDanilo Almeida <dalmeida@mit.edu>1999-05-18 00:51:25 +0000
commit6b6c052bcdaa702e26b3a4560cf6f4c53a0621ec (patch)
treeb4fe64a0e569a6d051d90019444c40c0a99ee099 /src/config/win-post.in
parent6f34044ccb29cce60dbc691b175ebd5f353f3b74 (diff)
downloadkrb5-6b6c052bcdaa702e26b3a4560cf6f4c53a0621ec.tar.gz
krb5-6b6c052bcdaa702e26b3a4560cf6f4c53a0621ec.tar.xz
krb5-6b6c052bcdaa702e26b3a4560cf6f4c53a0621ec.zip
Rename windows.in to win-pre.in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11463 dc483132-0cff-0310-8789-dd5450dbe970
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 5668331f8..71c1506e2 100644
--- a/src/config/win-post.in
+++ b/src/config/win-post.in
@@ -26,7 +26,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)
-Makefile: Makefile.in $(BUILDTOP)\config\windows.in $(BUILDTOP)\config\win-post.in
+Makefile: Makefile.in $(BUILDTOP)\config\win-pre.in $(BUILDTOP)\config\win-post.in
$(BUILDTOP)\$(OUTPRE)wconfig $(BUILDTOP)\config < Makefile.in > Makefile
!endif