On Sun, Dec 20, 2015 at 10:44:10PM +0000, Simon J. Gerraty wrote: > Module Name: src > Committed By: sjg > Date: Sun Dec 20 22:44:10 UTC 2015 > > Modified Files: > src/usr.bin/make: suff.c > > Log Message: > Suff_ClearSuffixes() needs to re-initialize suffNull, > otherwise its children retain old suffixes. > Have Suff_Init() call Suff_ClearSuffixes() for consistency.
I suspect this change broke editors/xemacs-current, which is now failing with: make[1]: make[1]: don't know how to make insert-data-in-exec. Stop Joerg