summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2009-09-30 09:54:26 +0000
committerBoris Kolpackov <boris@kolpackov.net>2009-09-30 09:54:26 +0000
commitffab8e78a12bbe629de10b8880959e3a4577129e (patch)
treed6d2368c9ab6edc0e0460a9813c1fa24f34d62e4 /dep.h
parent53b4154f280b5b197c14f58f027de836cd0d5920 (diff)
downloadmake-ffab8e78a12bbe629de10b8880959e3a4577129e.tar.gz
Fix Savannah bugs #15110, #25493, #12686, and #17740.
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dep.h b/dep.h
index 305fb894..96964234 100644
--- a/dep.h
+++ b/dep.h
@@ -43,6 +43,7 @@ struct dep
unsigned int ignore_mtime : 1;
unsigned int staticpattern : 1;
unsigned int need_2nd_expansion : 1;
+ unsigned int dontcare : 1;
};