Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: >> But it would appear that this rule in config/common.am isn't doing what >> it's meant to be doing. >> >> PCH_FILE = ./pch.h.gch >> *.C *.cpp: $(PCH_FILE) > | Changing it to: > | # Make the TARGETS depend on the pch.h.gch, not the SOURCES! | *.o *.lo *.obj: $(PCH_FILE) > | appears to do the trick. Patch attached.
Looks nice. Fresh eyes were needed obviously. -- Lgb