Re: make 3.79 timestamp problem

2000-06-22 Thread Paul D. Smith
%% "Albert L. Ting" <[EMAIL PROTECTED]> writes: alt> Not sure if this is a solaris bug or a make bug, but it works alt> fine in make-3.78.1. It appears make now treats targets with the alt> same timestamp as the prerequisite as out of date. That didn't alt> happen with make-3.78.1.

make 3.79 timestamp problem

2000-06-22 Thread Albert L. Ting
Not sure if this is a solaris bug or a make bug, but it works fine in make-3.78.1. It appears make now treats targets with the same timestamp as the prerequisite as out of date. That didn't happen with make-3.78.1. Albert all: foo $(foobar) foo : bar @echo file o