mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-12-20 00:01:08 -05:00
Formerly remake.c.~48~
This commit is contained in:
parent
69105addb4
commit
36a66b6bec
4
remake.c
4
remake.c
@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#include "dep.h"
|
#include "dep.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
|
|
||||||
#if !defined (USG) && !defined (POSIX)
|
#if !defined (USG) && !defined (POSIX) && !defined (eta10)
|
||||||
#ifndef sgi
|
#ifndef sgi
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#endif
|
#endif
|
||||||
@ -639,7 +639,7 @@ notice_finished_file (file)
|
|||||||
We do this instead of just invalidating the cached time
|
We do this instead of just invalidating the cached time
|
||||||
so that a vpath_search can happen. Otherwise, it would
|
so that a vpath_search can happen. Otherwise, it would
|
||||||
never be done because the target is already updated. */
|
never be done because the target is already updated. */
|
||||||
(void) f_mtime (d->file);
|
(void) f_mtime (d->file, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user