summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/rcs/Makefile.inc')
-rw-r--r--gnu/usr.bin/rcs/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/Makefile.inc b/gnu/usr.bin/rcs/Makefile.inc
index cd593ed..22d60d7 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
OpenPOWER on IntegriCloud