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/rcs | |
| parent | 2388d5d1cef849c6482878f223517c38456feecf (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/rcs')
| -rw-r--r-- | gnu/usr.bin/rcs/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/Makefile.inc b/gnu/usr.bin/rcs/Makefile.inc index cd593eda1c7c..22d60d72462d 100644 --- a/gnu/usr.bin/rcs/Makefile.inc +++ b/gnu/usr.bin/rcs/Makefile.inc @@ -1,7 +1,7 @@ # Location of librcs -.if exists(${.CURDIR}/../lib/obj) -LIBRCS= ${.CURDIR}/../lib/obj/librcs.a +.if exists(${.OBJDIR}/../lib) +LIBRCS= ${.OBJDIR}/../lib/librcs.a .else LIBRCS= ${.CURDIR}/../lib/librcs.a .endif |
