Ben Avison
authored
Detail: A couple of source files now have a dependency on an auto-generated header file, dev/usb/usbdevs.h. Normally you get away with this, because it's created during the export_hdrs phase. But if the first build you do on a freshly checked-out build tree includes a rom phase, then srcbuild cleans the component between the export_hdrs and rom phases, so the rom phase fails. Fixed by adding a couple of static dependencies to Makefile. Admin: Tested manually. Version 0.58. Tagged as 'NetBSD-0_58'