diff options
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r-- | lib/CodeGen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index c235800f87..6f2a330d3e 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -1,4 +1,5 @@ LEVEL = ../.. -PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping +PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping +LIBRARYNAME = codegen include $(LEVEL)/Makefile.common |