Randall S. Becker <rsbecker at nexbridge.com> wrote: > > -REGRESSTMP = "$(PWD)/regress" > +REGRESSTMP = `pwd` > > tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS) > It looks like the problem is that pwd is in uppercase, not so much the distinction between $() and ``. Can you confirm? >