Rename config/windows.in to config/win-pre.in
authorDanilo Almeida <dalmeida@mit.edu>
Tue, 18 May 1999 00:50:25 +0000 (00:50 +0000)
committerDanilo Almeida <dalmeida@mit.edu>
Tue, 18 May 1999 00:50:25 +0000 (00:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11462 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in
src/wconfig.c

index 9aad66ca165a78303142f40263555c1304118fe0..399611920b5da769a28df6f7e079a66e83572def 100644 (file)
@@ -1,3 +1,8 @@
+Mon May 17 20:45:54 1999  Danilo Almeida  <dalmeida@mit.edu>
+
+       * Makefile.in, wconfig.c: Rename config/windows.in to 
+               config/win-pre.in.
+
 Mon May 17 12:20:43 1999  Danilo Almeida  <dalmeida@mit.edu>
 
        * Makefile.in: Remove win16 support for cleaner win32.  Build
index c412829a63e56c4bebe94c465e6c1801d8e46b67..95aa8642d2eb7947a86b1ff88d386f0b0977ced8 100644 (file)
@@ -132,7 +132,7 @@ config-windows:: Makefile-windows
 ##DOS##        $(CC) -Fe$@ -Fo$*.obj wconfig.c
 
 ##DOS##MKFDEP= $(WCONFIG_EXE) config\pre.in config\post.in \
-##DOS##        config\windows.in config\win-post.in
+##DOS##        config\win-pre.in config\win-post.in
 ##DOS##WCONFIG= $(WCONFIG_EXE) $(WCONFIG_FLAGS)
 
 WINMAKEFILES=Makefile \
@@ -384,7 +384,7 @@ macfile.list:
                sed -f config/winexclude.sed >> macfile.list
 
 dos-Makefile:
-       cat config/windows.in Makefile.in config/win-post.in | \
+       cat config/win-pre.in Makefile.in config/win-post.in | \
                sed -e "s/^##DOS##//" -e "s/^##DOS//" > Makefile
 
 prep-windows: dos-Makefile awk-windows-mac
index 9a52376718ff6823daf0389db6d4cfdbd80ef193..acf888a27bbfffe969ee7270c2dd0902042aa6e9 100644 (file)
@@ -25,7 +25,7 @@
  * The makefile.in files are constructed in such a way that all this
  * program needs to do is uncomment lines beginning ##DOS by removing the
  * first 5 characters of the line.  This will allow lines like:
- * ##DOS!include windows.in to become: !include windows.in
+ * ##DOS!include win-pre.in to become: !include win-pre.in
  *
  * We also turn any line beginning with '@' into a blank line.
  *
@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
                printf("WCONFIG_FLAGS=%s\n", wflags);
 
        if (argc > 0)
-               copy_file (*argv, "windows.in");
+               copy_file (*argv, "win-pre.in");
 
        copy_file("", "-");