Bug fix with making makefiles on the PC
authorKeith Vetter <keithv@fusion.com>
Thu, 27 Apr 1995 21:06:58 +0000 (21:06 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 27 Apr 1995 21:06:58 +0000 (21:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5580 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index fe09a3c876b3bb56dc701f7b1af103c8e5ce8151..4aff78cc731eb67d0752c00cd6bcf55e3d1caebe 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr 27 14:00:00 1995  Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: bug fix in makeing makefile on the PC.
+
 Thu Apr 27 15:19:34 1995  Mark Eichin  <eichin@cygnus.com>
 
        * aclocal.m4 (WITH_KRB4): make --with-krb4 the default, and have
index 70e7f6e908d94cf775c2f4bb5b5888eab6d48b64..e6d5a186ade6348c24441443d96a404217cf5dd0 100644 (file)
@@ -125,7 +125,7 @@ config-windows:: makefile-windows
        -$(MAKE) -$(MAKEFLAGS)
        cd ..
 
-makefile-windows:: wconfig.c config\pre.in config\post.in \
+makefile-windows:: wconfig.exe config\pre.in config\post.in \
                include\makefile.in include\krb5\makefile.in \
                lib\makefile.in lib\crypto\makefile.in \
                lib\crypto\crc32\makefile.in lib\crypto\des\makefile.in \
@@ -143,8 +143,6 @@ makefile-windows:: wconfig.c config\pre.in config\post.in \
                lib\krb5\rcache\makefile.in \
                util\et\makefile.in util\profile\makefile.in
        type makefile.in >makefile
-       SET CL=/nologo
-       $(CC) /AL wconfig.c
        .\wconfig config <include\makefile.in >include\makefile
        .\wconfig config <include\krb5\makefile.in >include\krb5\makefile
        .\wconfig config <lib\makefile.in >lib\makefile
@@ -175,6 +173,10 @@ makefile-windows:: wconfig.c config\pre.in config\post.in \
        .\wconfig config <util\profile\makefile.in >util\profile\makefile
        config\rm.bat wconfig.obj msvc.pdb
 
+wconfig.exe: wconfig.c
+       SET CL=/nologo
+       $(CC) /AL wconfig.c
+
 clean-windows::
        @echo Making clean in include
        cd include
@@ -194,7 +196,7 @@ clean-windows::
        cd ..
        @echo Making clean in root
        config\rm.bat *.obj msvc.pdb *.err wconfig.obj wconfig.exe
-
 #
 # Renames DOS 8.3 filenames back to their proper, longer names.
 #