forked from OSchip/llvm-project
parent
51a25b06f7
commit
e45cdcdca2
|
@ -7,11 +7,11 @@
|
|||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
ifndef NO_RUNTIME_LIBS
|
||||
|
||||
LEVEL = ..
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
ifndef NO_RUNTIME_LIBS
|
||||
|
||||
PARALLEL_DIRS := libprofile
|
||||
|
||||
# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
|
||||
|
@ -22,6 +22,6 @@ endif
|
|||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
install::
|
||||
|
||||
endif
|
||||
|
||||
install::
|
||||
|
|
Loading…
Reference in New Issue