[KoCo-CVS] [Commit] KoreanCodecs Makefile
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-23 18:07:27
|
perky 02/07/23 11:07:24 Modified: . Makefile Log: We don't need to accumulate cvslogs anymore Revision Changes Path 1.6 +2 -2 KoreanCodecs/Makefile Index: Makefile =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile 23 Jul 2002 17:43:07 -0000 1.5 +++ Makefile 23 Jul 2002 18:07:23 -0000 1.6 @@ -3,7 +3,7 @@ # # by Hye-Shik Chang <pe...@Fr...> # -# $Id: Makefile,v 1.5 2002/07/23 17:43:07 perky Exp $ +# $Id: Makefile,v 1.6 2002/07/23 18:07:23 perky Exp $ # LOCALBASE?= /usr/local @@ -15,7 +15,7 @@ rm -rf build DOS *.bak MANIFEST log: - ${CVS2CL} -f ChangeLog --accum -r -b -S --no-wrap -U mk/unames + ${CVS2CL} -f ChangeLog -r -b -S --no-wrap -U mk/unames dosdist: rm -rf DOS |