4dc3b1fa1b
This reverts commitab80f0b21f
. The intent of this change was to avoid possible compilation errors when certain .inc files were not regenerated, but the method turns out to cause way more rebuilds than anticipated. Another method will have to be found, and in the mean time, WITH_CLEAN is the solution that always works. Fixes:ab80f0b21f
8 lines
97 B
Makefile
8 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
.include "llvm.pre.mk"
|
|
|
|
CLANG_SRCS= ${LLVM_BASE}/clang
|
|
|
|
CLANG_TBLGEN?= clang-tblgen
|