diff options
Diffstat (limited to 'src/makefile.in')
-rw-r--r-- | src/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.in b/src/makefile.in index 2b7c5d46..0136a49f 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -99,7 +99,7 @@ do_chartrans_stuff: CC="$(CC)" tables lint: - $(LINT) $(LINTOPTS) $(CPP_OPTS) *.c > $(top_builddir) + $(LINT) $(LINTOPTS) $(CPP_OPTS) *.c > $(top_builddir)/lint.lynx clean: rm -f lynx$x core *.[ob] *.bak |