diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <eichin@cygnus.com> * 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.in >include\makefile .\wconfig config <include\krb5\makefile.in >include\krb5\makefile .\wconfig config <lib\makefile.in >lib\makefile |
