diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-06 21:09:32 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-06 21:09:32 +0000 |
commit | 012254e81e045cc7af01f3ef0d7b63d9d9b9a0d5 (patch) | |
tree | 5d6be3ede34c4a1b49eb042fc1c822eead695566 /filedef.h | |
parent | 2858f7a8f11990a8b9391e70ab4cdaa271522ece (diff) | |
download | gunmake-012254e81e045cc7af01f3ef0d7b63d9d9b9a0d5.tar.gz |
* Various bugfixes/updates. See ChangeLog.
Diffstat (limited to 'filedef.h')
-rw-r--r-- | filedef.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -85,10 +85,11 @@ struct file unsigned int secondary:1; unsigned int dontcare:1; /* Nonzero if no complaint is to be made if this target cannot be remade. */ - unsigned int shownerror:1; /* Nonzero if we printed an error */ - unsigned int ignore_vpath:1;/* Nonzero if we threw out VPATH name */ + unsigned int mfile_status:1;/* Nonzero if update_status was obtained + while remaking a makefile. */ + unsigned int ignore_vpath:1;/* Nonzero if we threw out VPATH name. */ unsigned int pat_searched:1;/* Nonzero if we already searched for - pattern-specific variables */ + pattern-specific variables. */ }; /* Number of intermediate files entered. */ |