diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-07-07 00:04:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-07-07 00:04:46 -0400 |
commit | 0a919c29d330d4dad298bdde3961b37d79586a57 (patch) | |
tree | b26c4bc837c9c9b9c7606d3a8178427f3d109f15 /src/makefile.in | |
parent | 6a2f66bad9065f97b8ec18d165fb5139386c0062 (diff) | |
download | lynx-snapshots-0a919c29d330d4dad298bdde3961b37d79586a57.tar.gz |
snapshot of project "lynx", label v2-8-7dev_9c
Diffstat (limited to 'src/makefile.in')
-rw-r--r-- | src/makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.in b/src/makefile.in index cd446f31..d990cd97 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.52 2008/06/30 23:36:34 tom Exp $ +# $LynxId: makefile.in,v 1.53 2008/07/06 13:28:03 tom Exp $ # template-makefile for Lynx src directory SHELL = @CONFIG_SHELL@ @@ -118,7 +118,7 @@ lint: $(LINT) $(LINTOPTS) $(CPP_OPTS) *.c > $(top_builddir)/lint.lynx clean: - rm -f lynx$x core *.core *.leaks *.i *$o *.bak tags TAGS + rm -f lynx$x core *.core *.leaks *.i *$o *.bak tags TAGS test_* cd chrtrans && $(MAKE) clean tags: |