mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +00:00
Adjust level, build things in parallel
llvm-svn: 7863
This commit is contained in:
parent
43063248aa
commit
7aabe391b8
@ -1,9 +1,9 @@
|
||||
# Libraries Makefile: Build all subdirectories automatically
|
||||
# llvm/runtime Makefile: Build all subdirectories automatically
|
||||
|
||||
LEVEL = ../..
|
||||
LEVEL = ..
|
||||
PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
|
||||
|
||||
include ${LEVEL}/Makefile.common
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
# Install target for libraries: Copy into the gcc install directory in chris's
|
||||
# tree...
|
||||
|
Loading…
Reference in New Issue
Block a user