On Wed, Apr 22, 2015 at 2:02 PM, Jeff Squyres (jsquyres) <jsquy...@cisco.com
> wrote:

> FWIW, it *did* print a list of files for me on my Mac when I faked it out
> and forced it to *not* find flex.
>


A quick look and the commit shows
    for lfile in `find . -name \*.l -print`; do

Notice the find is rooted at ".".
I pretty much always use VPATH builds, and I am guessing you did not.
That would explain the difference in output.

If you should happen to want to restore the logic to print the files, then
"find ." should probably be "find $(top_srcdir)"

-Paul

-- 
Paul H. Hargrove                          phhargr...@lbl.gov
Computer Languages & Systems Software (CLaSS) Group
Computer Science Department               Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900

Reply via email to