diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-12-19 02:40:04 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-12-19 02:40:04 +0000 |
| commit | b114e8fcd7f9c65f819f7199e9313ad3aafa370f (patch) | |
| tree | 82bad5b3bb2c04613b70f178f650032102b8ad2f /lib/libpmc | |
| parent | 484651cd1bdd5c1bbf94b2bac2f7eba652fe2d83 (diff) | |
Notes
Diffstat (limited to 'lib/libpmc')
| -rw-r--r-- | lib/libpmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile index 93beaa500c79f..26f5a37063877 100644 --- a/lib/libpmc/Makefile +++ b/lib/libpmc/Makefile @@ -20,7 +20,7 @@ EVENT_ARCH="powerpc" .if ${MK_DIRDEPS_BUILD} == "yes" # avoid circular dependency -CFLAGS+= -I${RELDIR:H}/libpmcstat +CFLAGS+= -I${SRCTOP}/${RELDIR:H}/libpmcstat GENDIRDEPS_FILTER+= N${RELDIR:H}/libpmcstat JEVENTS?= ${HOST_OBJTOP}/${RELDIR}/pmu-events/jevents .else |
