diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-02 16:06:39 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-02 16:06:39 +0000 |
| commit | 03f3a2a6453db87a8ecfcf9d0d3d6b6b2fa88363 (patch) | |
| tree | f1c846375067468411ad49eab9825cae2c70bb11 /usr.bin/make | |
| parent | 0b6a3508ac834732cf8b9b4ffa83676e0c7ee05c (diff) | |
Notes
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 a547d8f6779e..4017f6c8541c 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 |
