On Mon, Jun 11, 2012 at 05:56:08PM -0500, Yaakov (Cygwin/X) wrote: > - binpath="\$$(shell pkg-config QtCore --variable=prefix)"; \ > - moc="$$binpath/bin/moc"; \ > + moc="\$$(shell pkg-config QtCore --variable=moc_location)"; \ > fi; \ Could you keep the $$binpath/bin/moc as a fallback, so that make xconfig works even with old Qt4 releases. We support even Qt3, so let's continue to be nice to users. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html