aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 08c883d..8ddd72c 100644
--- a/make.c
+++ b/make.c
@@ -69,7 +69,7 @@ main(int argc, char **argv)
cmdprc(c);
}
} else {
- if (foutdated("grab", "grab.c")) {
+ if (foutdated("grab", "grab.c", "da.h")) {
cmdadd(&c, CC, WFLAGS);
if (debug)
cmdadd(&c, DFLAGS);