A while ago, I build Python-2.3.4 from source on my OSX machine. At the time, I didn't have the gdbm library installed, so the gdbm module didn't get built. I've since installed the gdbm library and want to build the gdbm module. I could do the whole configure/make thing, but that's kind of slow. Is there some way to just rebuild a single module?