From 45297ff4374707667aa9d011b4fcabaabfe19bf4 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 15 Jul 1999 07:36:44 +0000 Subject: * Fix up and document $(apply ...) function. --- filedef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filedef.h') diff --git a/filedef.h b/filedef.h index 5d45d645..c96c2e35 100644 --- a/filedef.h +++ b/filedef.h @@ -35,6 +35,8 @@ struct file rule has been used */ struct dep *also_make; /* Targets that are made by making this. */ FILE_TIMESTAMP last_mtime; /* File's modtime, if already known. */ + FILE_TIMESTAMP mtime_before_update; /* File's modtime before any updating + has been performed. */ struct file *prev; /* Previous entry for same file name; used when there are multiple double-colon entries for the same file. */ -- cgit v1.2.1