mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 16:31:33 +00:00
Update to account for driver renaming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67791 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9272253381
commit
e568f64131
3
Makefile
3
Makefile
@ -55,7 +55,8 @@ ifeq ($(MAKECMDGOALS),tools-only)
|
||||
endif
|
||||
|
||||
ifeq ($(MAKECMDGOALS),install-clang)
|
||||
DIRS := tools/clang/Driver tools/clang/lib/Headers tools/clang/tools/ccc
|
||||
DIRS := tools/clang/tools/driver tools/clang/tools/clang-cc \
|
||||
tools/clang/lib/Headers
|
||||
OPTIONAL_DIRS :=
|
||||
NO_INSTALL = 1
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user