From 676885e952cbb34cd0b7a09fb373c55799a7b89a Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Mon, 24 Apr 1995 20:36:41 +0000 Subject: [PATCH] PC Makefile work-around to do a touch git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5457 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 4 ++++ src/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.26.2