On Wednesday, July 13, 2011 09:21:24 Tom Tromey wrote: > >>>>> "Mike" == Mike Frysinger writes: > Mike> but would saying "yes, this works on current BSD makes" be > Mike> satisfactory when the complaint in the manual alludes to "ancient > Mike> makes" ? > > It would be a good start. bmake-20090222, bmake-20110606, and pmake-1.111.3.1 seem to work with my patch i did notice that the dependency files are not generated though, nor are they included. but this seems to be by design as the gdb subdir is the same way, and the code in the Makefile is only enabled for GNU make. also, i seems that the gdb/gdbtk/plugins/ only works with GNU make :). it use "ifeq" constructs in the Make-rules file. -mike