From: Sven M. H. <pe...@gm...> - 2001-07-09 22:01:35
|
On Mon, Jul 09, 2001 at 08:10:19AM -0400, Allen Barnett wrote: > OK :-) Here is an even more minor issue: 'make distclean' dies like > this: I know of this issue. I have tried to fix it. I have no clue how to fix it. If anyone does, please tell me. Look at this (where --> means "depends on"): Makefile-->conf.h<-----. \ \ `-->matypes.h-->gen_matypes The fun starts in a distclean because it deletes conf.h pretty early. Then Makefile gets rebuilt, because that rule is always checked, regardless of the actual target. Makefile depends on gen_matypes, so that gets rebuilt too. Unfortunately conf.h is _gone_, so that build fails. Ugh. > If you fix this, though, please don't revert to requiring me to remmber > to rebuild matypes.h by hand :-) No way, that's defying the whole purpose of make. :) Regards, Sven -- "Would the All-Seeing Eye please look in my direction?" [ KeyID........: 0xC297FEAB ] [ Fingerprint..: FEA5 0F93 7320 3F39 66A5 AED3 073F 2D5F C297 FEAB ] |