Merge from upstream on 2012-05-22

This commit is contained in:
Tatsuya Kinoshita
2012-05-22 23:09:07 +09:00
parent e2292d5c74
commit 0b18a8df29
8 changed files with 38 additions and 12 deletions

View File

@@ -288,8 +288,7 @@ uninstall:
clean: sweep
-$(RM) -f *.o *.a $(TARGETS) mktable$(EXT)
-$(RM) -f funcname.tab
-$(RM) -f entity.h
-$(RM) -f funcname.c funcname1.h funcname2.h tagtable.c functable.c
-$(RM) -f entity.h funcname.c funcname1.h funcname2.h tagtable.c functable.c
-for dir in w3mimg libwc; \
do \
(cd $$dir && $(MAKE) clean RM="$(RM)"); \