diff options
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/make.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index a547d8f6779e1..4017f6c8541cb 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -232,15 +232,8 @@ Make_OODate (gn) DEBUGF(MAKE, (":: operator and no sources...")); } oodate = TRUE; - } else { -#if 0 - /* WHY? */ - DEBUGF(MAKE, ("source %smade...", gn->childMade ? "" : "not ")); - oodate = gn->childMade; -#else + } else oodate = FALSE; -#endif /* 0 */ - } /* * If the target isn't out-of-date, the parents need to know its |
