aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-05-16 14:54:29 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-05-16 14:54:29 +0000
commite2b820a948a1ecfe7c784b9027d03587224cdef8 (patch)
tree284c17715bef2ef828e8929afbad3c7566c2524b /lib
parent5d50250ddaecdd435cbaa08e334188a73c906ead (diff)
downloadsrc-e2b820a948a1ecfe7c784b9027d03587224cdef8.tar.gz
src-e2b820a948a1ecfe7c784b9027d03587224cdef8.zip
Avoid circular dependency
Notes
Notes: svn path=/projects/bmake/; revision=266231
Diffstat (limited to 'lib')
-rw-r--r--lib/clang/include/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/clang/include/Makefile b/lib/clang/include/Makefile
index 2b5a976788ce..da39f1ccbce7 100644
--- a/lib/clang/include/Makefile
+++ b/lib/clang/include/Makefile
@@ -47,4 +47,7 @@ INCS= __wmmintrin_aes.h \
GENINCS= arm_neon.h
CLEANFILES= ${GENINCS}
+# avoid a circular dependency
+GENDIRDEPS_FILTER+= Nusr.bin/clang/clang-tblgen.host
+
.include <bsd.prog.mk>