summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-07-05 14:22:15 +0000
committerpeter <peter@FreeBSD.org>1997-07-05 14:22:15 +0000
commitfbd9d6ffad0d5a85b3b60220a9e218c1cccd8e2c (patch)
tree58395aea17ce8855b4cc74cd6ad2f660f51af6a3 /usr.bin
parent7b13dec5b4db60aa3d43b06dd74fa8be75499f65 (diff)
downloadFreeBSD-src-fbd9d6ffad0d5a85b3b60220a9e218c1cccd8e2c.zip
FreeBSD-src-fbd9d6ffad0d5a85b3b60220a9e218c1cccd8e2c.tar.gz
.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.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index ab1f29b..5f9e8a2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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)
OpenPOWER on IntegriCloud