diff options
author | Dai Sato <satodai@dog.intcul.tohoku.ac.jp> | 2003-03-28 10:17:17 +0000 |
---|---|---|
committer | Dai Sato <satodai@dog.intcul.tohoku.ac.jp> | 2003-03-28 10:17:17 +0000 |
commit | 1df50ef1186bd8e0c804d88f7cb80f35ae4edf12 (patch) | |
tree | a6f94cc31fe49219845adc615d7539a1c0d3a07e /Makefile.in | |
parent | 'make distclean' removes core (diff) | |
download | w3m-1df50ef1186bd8e0c804d88f7cb80f35ae4edf12.tar.gz w3m-1df50ef1186bd8e0c804d88f7cb80f35ae4edf12.zip |
'make distclean' removes core
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7669b78..111a92c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -276,7 +276,7 @@ distclean: clean -$(RM) w3mhelp-lynx_en.html w3mhelp-lynx_ja.html -$(RM) version.c -$(RM) config.h Makefile - -$(RM) -f core *.core + -$(RM) -f *core sweep: -$(RM) -f core *~ *.bak *.orig *.rej |