diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2012-05-22 14:09:07 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2012-05-22 14:09:07 +0000 |
commit | 0b18a8df294692c754ae4c6b29966ef72dd266b5 (patch) | |
tree | 809ebe672966b76ca4dbdbe92a287c8df2c604af /Makefile.in | |
parent | Remove garbage files (diff) | |
download | w3m-0b18a8df294692c754ae4c6b29966ef72dd266b5.tar.gz w3m-0b18a8df294692c754ae4c6b29966ef72dd266b5.zip |
Merge from upstream on 2012-05-22
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 4a6f334..339c95e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)"); \ |