1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Don't build dead directories

llvm-svn: 8308
This commit is contained in:
Chris Lattner 2003-09-01 20:34:15 +00:00
parent 87d223c70e
commit 5520e4dc30

View File

@ -1,5 +1,5 @@
LEVEL = ../..
PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts SelectionDAG
PARALLEL_DIRS = InstrSelection InstrSched RegAlloc SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common