.if exists(../eBones) tests the obj dir, not the source dir's existance.

The existance of a stale obj dir does not imply the source too.
This commit is contained in:
peter 1997-07-05 14:22:15 +00:00
parent 344d9851cd
commit 0db0fcbdfd
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id$
# $Id: Makefile,v 1.24 1997/02/22 14:20:52 peter Exp $
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
@ -7,7 +7,7 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
xtend ypxfr
.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
SUBDIR+=telnetd
.else
.if defined(RELEASEDIR)

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
# $Id: Makefile,v 1.84 1997/05/28 16:05:03 wpaul Exp $
# $Id: Makefile,v 1.85 1997/05/29 15:03:32 wpaul Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct units xsend
@ -32,7 +32,7 @@ SUBDIR+=gprof4
SUBDIR+=tclsh
.endif
.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
SUBDIR+=telnet
.else
.if defined(RELEASEDIR)