From: Keith Vetter Date: Mon, 24 Apr 1995 20:36:41 +0000 (+0000) Subject: PC Makefile work-around to do a touch X-Git-Tag: krb5-1.0-beta5~289 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=676885e952cbb34cd0b7a09fb373c55799a7b89a;p=krb5.git PC Makefile work-around to do a touch git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5457 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 7fc4bb80a..17869c441 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 * aclocal.m4 (.ct.c): use $(RM) instead of plain rm. diff --git a/src/Makefile.in b/src/Makefile.in index a60b43b22..8b53d87e2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 .\wconfig config include\krb5\makefile .\wconfig config lib\makefile