summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/config/ChangeLog5
-rw-r--r--src/config/win-post.in2
-rw-r--r--src/config/win-pre.in (renamed from src/config/windows.in)2
3 files changed, 7 insertions, 2 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 4ff7ddc09..9df6575e4 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 17 20:45:05 1999 Danilo Almeida <dalmeida@mit.edu>
+
+ * win-post.in, win-pre.in, windows.in: Rename windows.in to
+ win-pre.in.
+
Mon May 17 12:26:12 1999 Danilo Almeida <dalmeida@mit.edu>
* windows.in, win-post.in: Remove win16 stuff. Add
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
diff --git a/src/config/windows.in b/src/config/win-pre.in
index 646d3d9c8..25ecb8fc3 100644
--- a/src/config/windows.in
+++ b/src/config/win-pre.in
@@ -156,6 +156,6 @@ MFLAGS=$(MAKEFLAGS)
$(CC) $(CFLAGS) -Fo$(OUTPRE)\ -c $<
#
-# End of Win32 pre-config lines (config/windows.in)
+# End of Win32 pre-config lines (config/win-pre.in)
#