Skip to content

Commit

Permalink
Make "make check" work regardless of directory where less is built.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Oct 23, 2022
1 parent 850cdcb commit e366368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ installcheck:

check:
if [ -x less$(EXEEXT) ] && ./less$(EXEEXT) -V | grep -q LESSTEST; then :; else make clean; make LESSTEST=1; fi
cd $(srcdir)/lesstest && make && ./runtest -e lt
objdir=$$(pwd); cd $(srcdir)/lesstest && make && ./runtest -e -l "$$objdir/less" lt

TAGS:
cd ${srcdir} && etags *.c *.h
Expand Down

0 comments on commit e366368

Please sign in to comment.