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
commit9d89ad56bf74b22471617ed99f9e6e6272efba22 (patch)
treeaf9d3782c9aaeb9b7f806157a48f987f2590c637 /filedef.h
parentadb1632033d58f3570bacaf6d717e8b04199c979 (diff)
downloadgunmake-9d89ad56bf74b22471617ed99f9e6e6272efba22.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 5d45d64..c96c2e3 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. */