Bram <[EMAIL PROTECTED]> writes: > %.cc: $(dir %.cc) > echo "Pre:" $^ > > Doesn't work as I'd expect. > > > Any way to make this work?
As Paul said this won't work with the mainline GNU make. However, there is a patch that adds this feature to the GNU make: http://kolpackov.net/projects/make/bk/ hth, -boris _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
