summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-03-08 20:04:20 +0000
committerRoland McGrath <roland@redhat.com>1993-03-08 20:04:20 +0000
commit36a66b6bec920205af2b8539c9a57ded2a833461 (patch)
tree7f36df22b4580621e449edb5a3bc833679e1651b /remake.c
parent69105addb444ca92858d0fd92671f20f53724eb3 (diff)
downloadgunmake-36a66b6bec920205af2b8539c9a57ded2a833461.tar.gz
Formerly remake.c.~48~
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remake.c b/remake.c
index 09873d5..043701f 100644
--- a/remake.c
+++ b/remake.c
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "dep.h"
#include "file.h"
-#if !defined (USG) && !defined (POSIX)
+#if !defined (USG) && !defined (POSIX) && !defined (eta10)
#ifndef sgi
#include <sys/file.h>
#endif
@@ -639,7 +639,7 @@ notice_finished_file (file)
We do this instead of just invalidating the cached time
so that a vpath_search can happen. Otherwise, it would
never be done because the target is already updated. */
- (void) f_mtime (d->file);
+ (void) f_mtime (d->file, 0);
}
}