diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
| commit | cd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch) | |
| tree | dc80da53186aab7c56424c2574b0cd7928930721 /gnu/usr.bin/cvs/Makefile.inc | |
| parent | 2388d5d1cef849c6482878f223517c38456feecf (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs/Makefile.inc')
| -rw-r--r-- | gnu/usr.bin/cvs/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.inc b/gnu/usr.bin/cvs/Makefile.inc index 9c26b861cf8a..c153243aa90f 100644 --- a/gnu/usr.bin/cvs/Makefile.inc +++ b/gnu/usr.bin/cvs/Makefile.inc @@ -1,5 +1,5 @@ -.if exists(${.CURDIR}/../lib/obj) -LIBDESTDIR= ${.CURDIR}/../lib/obj +.if exists(${.OBJDIR}/../lib) +LIBDESTDIR= ${.OBJDIR}/../lib .else LIBDESTDIR= ${.CURDIR}/../lib .endif |
