diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 19:13:35 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 19:13:35 +0000 |
| commit | db548a614838fa0bb6156ca75348b9a76c5320e2 (patch) | |
| tree | f374753805c1287c38b8d3bec3f3ca53520aa4a6 /lib/libproc | |
| parent | bb8cd0c6f0b1108a77bc466d4d092a4af9ad14d8 (diff) | |
Notes
Diffstat (limited to 'lib/libproc')
| -rw-r--r-- | lib/libproc/Makefile | 3 | ||||
| -rw-r--r-- | lib/libproc/Makefile.depend | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/libproc/Makefile b/lib/libproc/Makefile index 3feddb5652634..8c4f4848354e6 100644 --- a/lib/libproc/Makefile +++ b/lib/libproc/Makefile @@ -14,9 +14,6 @@ SRCS= proc_bkpt.c \ INCS= libproc.h CFLAGS+= -I${.CURDIR} -# avoid cyclic dependency -CFLAGS+= -I${.CURDIR:H}/librtld_db -GENDIRDEPS_FILTER+= Nlib/librtld_db .if ${MK_CXX} == "no" CFLAGS+= -DNO_CXA_DEMANGLE diff --git a/lib/libproc/Makefile.depend b/lib/libproc/Makefile.depend index 1615031b86855..33b871f6a055e 100644 --- a/lib/libproc/Makefile.depend +++ b/lib/libproc/Makefile.depend @@ -12,6 +12,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/librtld_db \ lib/libutil \ |
