forked from OSchip/llvm-project
Include universal build step in 'make {Debug,Release,Profile}' targets.
llvm-svn: 81474
This commit is contained in:
parent
91d598de5c
commit
be6505cbd9
|
|
@ -64,6 +64,9 @@ $(ActiveLibOpt): $(OptimizedInputs) $(ActiveObjPath)/.dir
|
|||
$(Verb) $(Lipo) -create -output $$@ $(OptimizedInputs))
|
||||
.PRECIOUS: $(ActiveObjPath)/.dir
|
||||
|
||||
# Add to default "alias" target.
|
||||
$(ActiveConfig):: $(ActiveLibGen) $(ActiveLibOpt)
|
||||
|
||||
# Add to target lists.
|
||||
all:: $(ActiveConfig) $(ActiveLibGen) $(ActiveLibOpt)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue