carl <[email protected]> writes: > The problem is { and } have special meaning to "make" so don't > get through to the shell. > > The fix is: > > > for el in $(WORKSRC)/*.el $(WORKSRC)/*.elc ; do \ > > > Took a couple hours to figure that one out...
Strange, because it works for me with Make 3.82. Regardless, if it causes a problem on other systems, it is better to change it. So I implemented your fix. Thanks! -brandon
