defs_h in gdb/Makefile includes config.status. This makes all of the GDB sources depend on it. The result is that each time I reconfigure the package, everything gets recompiled, which is quite annoying when working on some minor configury buglets. Why does GDB need to be dependent on config.status, in addition to config.h?