$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-08-08 11:49:39
>>>>> "Beman" == Beman Dawes <bdawes_at_[hidden]> writes:
Beman> I'm sorry, but it was a couple of years ago and I don't remember the
Beman> exact details. I have a vague memory of the issue being #includes
Beman> inside of #if's. If the #if is false, the compiler didn't consider
Beman> the #include a dependency, but the report system does consider it. Or
Beman> something like that.
Using g++ -MM would not have this sort of problem.