[net.bugs.v7] make -n vs make

henry (09/21/82)

In a standard V7, if one makes awk, changes run.c, and then goes to
rebuild awk, a curious thing happens.  "make -n" predicts that the
whole thing will be redone from scratch.  "make" alone, though, does
the superficially-correct thing, recompiling run.c and reloading awk.
Does anybody know why?  I lack the time to investigate.