Avoid circular dependency with librtld_db

This commit is contained in:
Simon J. Gerraty 2012-11-08 21:33:13 +00:00
parent a421503148
commit 43d24beb7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=242795

View File

@ -14,6 +14,8 @@ SRCS= proc_bkpt.c \
INCS= libproc.h
CFLAGS+= -I${.CURDIR}
# avoid cyclic dependency
CFLAGS+= -I${.CURDIR:H}/librtld_db
.if ${MK_LIBCPLUSPLUS} != "no"
LDADD+= -lcxxrt