PC Makefile work-around to do a touch
authorKeith Vetter <keithv@fusion.com>
Mon, 24 Apr 1995 20:36:41 +0000 (20:36 +0000)
committerKeith Vetter <keithv@fusion.com>
Mon, 24 Apr 1995 20:36:41 +0000 (20:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5457 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index 7fc4bb80ac72c39829a797362092dd02430dbd24..17869c441d54ec25c912202f6408a6d3d89b1696 100644 (file)
@@ -1,3 +1,7 @@
+Mon Apr 24 13:30:00 1995 Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: Fixed a PC work-around for doing a touch command.
+
 Thu Apr 20 17:55:50 1995  Mark Eichin  <eichin@cygnus.com>
 
        * aclocal.m4 (.ct.c): use $(RM) instead of plain rm.
index a60b43b22aa05d0a21ec4128ea93cd4a89a80edd..8b53d87e27749af67b4bf3fd17e296cf9874fc18 100644 (file)
@@ -138,7 +138,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \
                lib\krb5\os\makefile.in lib\krb5\posix\makefile.in \
                lib\krb5\rcache\makefile.in \
                util\et\makefile.in
-       copy makefile.in makefile
+       type makefile.in >makefile
        .\wconfig config <include\makefile.in >include\makefile
        .\wconfig config <include\krb5\makefile.in >include\krb5\makefile
        .\wconfig config <lib\makefile.in >lib\makefile