diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-29 16:34:08 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-29 16:34:08 +0000 |
commit | 908ea879963990ac8ea1d5411698c39e754aedbb (patch) | |
tree | 54ba01e0ece6c56e1208ca9e49dbaada98819ac1 /Makefile.in | |
parent | fix functable.c action (diff) | |
download | w3m-908ea879963990ac8ea1d5411698c39e754aedbb.tar.gz w3m-908ea879963990ac8ea1d5411698c39e754aedbb.zip |
Makefile.in (distclean): remove posubst
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c985723..c59225e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -284,6 +284,7 @@ distclean: clean -$(RM) w3mhelp-w3m_en.html w3mhelp-w3m_ja.html -$(RM) w3mhelp-lynx_en.html w3mhelp-lynx_ja.html -$(RM) version.c + -$(RM) posubst -$(RM) config.h Makefile -$(RM) -f *core |