mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-12 10:52:38 +00:00
Use parallel dirs here, there shouldn't be cross-tool dependencies
anyways. Also place it after the config makefile inclusion which seems the more canonical location. llvm-svn: 161613
This commit is contained in:
parent
69335414c1
commit
27a6c1ed91
@ -8,10 +8,11 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
CLANG_LEVEL := ../..
|
||||
DIRS := remove-cstr-calls
|
||||
|
||||
include $(CLANG_LEVEL)/../../Makefile.config
|
||||
|
||||
PARALLEL_DIRS := remove-cstr-calls
|
||||
|
||||
include $(CLANG_LEVEL)/Makefile
|
||||
|
||||
###
|
||||
|
Loading…
x
Reference in New Issue
Block a user