* Mike Frysinger wrote on Sat, Nov 20, 2010 at 01:31:13AM CET: > that isnt quite the case here. when i do `make clean`, lib/stdint.h does get > removed. but the `make` still does GEN on stdint.h even after the re- > configure with the new target.
That's because some .deps/*.Po files still refer to that file as prerequisite. I've been wondering whether 'make clean' should reset the deps files with dummy versions. It could be quite fragile though, e.g., doing a 'make clean' in a subtree only, with subdir-objects and all ... Cheers, Ralf