diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-15 07:36:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-15 07:36:44 +0000 |
commit | 9d89ad56bf74b22471617ed99f9e6e6272efba22 (patch) | |
tree | af9d3782c9aaeb9b7f806157a48f987f2590c637 /filedef.h | |
parent | adb1632033d58f3570bacaf6d717e8b04199c979 (diff) | |
download | gunmake-9d89ad56bf74b22471617ed99f9e6e6272efba22.tar.gz |
* Fix up and document $(apply ...) function.
Diffstat (limited to 'filedef.h')
-rw-r--r-- | filedef.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |