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:
Chandler Carruth 2012-08-09 20:47:32 +00:00
parent 69335414c1
commit 27a6c1ed91

View File

@ -8,10 +8,11 @@
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
DIRS := remove-cstr-calls
include $(CLANG_LEVEL)/../../Makefile.config
PARALLEL_DIRS := remove-cstr-calls
include $(CLANG_LEVEL)/Makefile
###