diff options
Diffstat (limited to 'unittests/Makefile')
-rw-r--r-- | unittests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Makefile b/unittests/Makefile index d8bf1f8..36b82da 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,8 +9,8 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ - DebugInfo Object +PARALLEL_DIRS = ADT Analysis Bitcode DebugInfo ExecutionEngine IR Object \ + Option Support Transforms include $(LEVEL)/Makefile.common |