summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-15 07:36:44 +0000
committerPaul Smith <psmith@gnu.org>1999-07-15 07:36:44 +0000
commit45297ff4374707667aa9d011b4fcabaabfe19bf4 (patch)
treeaf9d3782c9aaeb9b7f806157a48f987f2590c637 /filedef.h
parent3f51d8bbfb725bb23a3e5521ea32123a216ce574 (diff)
downloadmake-45297ff4374707667aa9d011b4fcabaabfe19bf4.tar.gz
* Fix up and document $(apply ...) function.
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h2
1 files changed, 2 insertions, 0 deletions
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. */