Gary V. Vaughan wrote:
> Okay to push?
>
> * top/maint.mk (tight-scope.mk): Make sure to prefix file
> reference with $(srcdir) so that the file is found correctly even
> when running `make syntax-check' in a VPATH build.
...
>  tight-scope.mk: $(ME)
>       @rm -f $@ $@-t
> -     @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(ME) > $@-t
> +     @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > $@-t
>       @chmod a=r $@-t && mv $@-t $@

Ok.  Thanks.
(but please be sure not to push the preceding change(s) implied
by your ChangeLog context)

Reply via email to