w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 9e91874dd10433429174bc15bc741ea146af2221
parent 29ed1f41e774f94e25128a89b2877f781779bcd0
Author: ukai <ukai>
Date:   Mon, 22 Sep 2003 23:02:13 +0000

clean libwc.a

Diffstat:
Mlibwc/Makefile.in | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libwc/Makefile.in b/libwc/Makefile.in @@ -164,5 +164,6 @@ wtf.o: wc.h wc_types.h ces.h ccs.h iso2022.h priv.h wtf.h sjis.h big5.h \ hkscs.h johab.h jis.h viet.h gbk.h gb18030.h uhc.h ucs.h utf8.h clean: - @-$(RM) -f *.o + @-$(RM) -f *.o $(LIBRARY) +