diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-18 14:09:51 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-18 14:09:51 -0400 |
commit | 57bfc74ff4ec4c2980b2330f2badc54a8990842d (patch) | |
tree | 81bffba3be5c8037a5064ec5d49cf243130697fb /makefile.in | |
parent | fb4db89ab1d82336978b68a66532da971702e2fb (diff) | |
download | lynx-snapshots-57bfc74ff4ec4c2980b2330f2badc54a8990842d.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-36
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.in b/makefile.in index c076f11a..d65973b0 100644 --- a/makefile.in +++ b/makefile.in @@ -361,13 +361,13 @@ distclean: clean -rm -rf src/obsolete -cd src; $(MAKE) clean -cd src/chrtrans; $(MAKE) distclean - -rm -f *~ *.bak *.sav .*_aux + -rm -f *~ *.bak *.sav -rm -f makefile lynx_cfg.h config.status config.log config.cache -rm -f lynx maintainer-clean: distclean -rm -rf WWW/Library/*/obsolete - -rm -f Lynx.prj + -rm -f Lynx.prj .*_aux tar: clean rm -f lynx |