diff options
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 |
