diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-15 13:00:34 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-15 13:00:34 +0000 |
| commit | 4a949c96ce2e6add8a1e09c9eb36f8919f0ad1d4 (patch) | |
| tree | 34f78fbc404366fc9df397d9b52df9eab7bf7582 /usr.bin/make | |
| parent | 69995bba7977838d25b160ada0c82d4aec366b4d (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/arch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 769e6aebdd46..1411592adb3a 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: arch.c,v 1.8 1997/02/22 19:27:05 peter Exp $ */ #ifndef lint @@ -1187,7 +1187,7 @@ Arch_LibOODate (gn) oodate = TRUE; } #else - oodate = FALSE; + oodate = (gm->mtime == 0); /* out-of-date if not present */ #endif } return (oodate); |
