mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Don't prevent install target from descending into the utils directory.
It prevents "make install" on a clean directory from working. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
32d84765c8
commit
11c63a6791
7
Makefile
7
Makefile
@ -40,13 +40,6 @@ ifeq ($(MAKECMDGOALS),tools-only)
|
||||
OPTIONAL_DIRS :=
|
||||
endif
|
||||
|
||||
# Don't install utils, examples, or projects they are only used to
|
||||
# build LLVM.
|
||||
ifeq ($(MAKECMDGOALS),install)
|
||||
DIRS := $(filter-out utils, $(DIRS))
|
||||
OPTIONAL_DIRS :=
|
||||
endif
|
||||
|
||||
# Include the main makefile machinery.
|
||||
include $(LLVM_SRC_ROOT)/Makefile.rules
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user