summaryrefslogtreecommitdiff
path: root/lib/libss
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
commitcd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch)
treedc80da53186aab7c56424c2574b0cd7928930721 /lib/libss
parent2388d5d1cef849c6482878f223517c38456feecf (diff)
Notes
Diffstat (limited to 'lib/libss')
-rw-r--r--lib/libss/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile
index 88adaaa941e7..cebc01b41aac 100644
--- a/lib/libss/Makefile
+++ b/lib/libss/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1995/08/06 12:41:07 bde Exp $
+# $Id: Makefile,v 1.11 1996/05/07 23:19:15 wosch Exp $
LIB= ss
SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \
@@ -6,8 +6,8 @@ SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \
std_rqs.c
CFLAGS+= -I. -I${.CURDIR} -DPOSIX -DIN_LIBSS
CLEANFILES+= ss ss_err.c ss_err.h std_rqs.c
-.if exists(${.CURDIR}/../libcom_err/obj/.)
-LDADD+= -L${.CURDIR}/../libcom_err/obj
+.if exists(${.OBJDIR}/../libcom_err)
+LDADD+= -L${.OBJDIR}/../libcom_err
.else
LDADD+= -L${.CURDIR}/../libcom_err
.endif