From: helly Date: Sun, 14 Mar 2004 11:58:41 +0000 (+0000) Subject: Fix check to work on correct file X-Git-Tag: 0.13.6~733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d4bd1557daf713416c5bd70a2237cdec268501e;p=re2c Fix check to work on correct file --- diff --git a/Makefile.am b/Makefile.am index ce941115..f5998f89 100755 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ parser.cc: version.h parser.y mv -f y.tab.c parser.cc scanner.cc: scanner.re - -@if test -x re2c; then \ + -@if test -x ./re2c; then \ echo "re2c -s $< >$@"; \ ./re2c -s $< >$@; \ else \