diff options
author | Keith Vetter <keithv@fusion.com> | 1995-04-24 20:36:41 +0000 |
---|---|---|
committer | Keith Vetter <keithv@fusion.com> | 1995-04-24 20:36:41 +0000 |
commit | 676885e952cbb34cd0b7a09fb373c55799a7b89a (patch) | |
tree | b41217d579b5b2bb614c83b099c168f2c8ee6ba3 /src | |
parent | f846ab97b24cd436ea2e00900494264424ab26b0 (diff) | |
download | krb5-676885e952cbb34cd0b7a09fb373c55799a7b89a.tar.gz krb5-676885e952cbb34cd0b7a09fb373c55799a7b89a.tar.xz krb5-676885e952cbb34cd0b7a09fb373c55799a7b89a.zip |
PC Makefile work-around to do a touch
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5457 dc483132-0cff-0310-8789-dd5450dbe970
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 7fc4bb80ac..17869c441d 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 a60b43b22a..8b53d87e27 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 |