mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 12:51:20 +00:00
LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT.
llvm-svn: 67658
This commit is contained in:
parent
be6ee56fb2
commit
ec41ca9857
@ -19,4 +19,4 @@ PROJ_OBJ_ROOT := $(subst //,/,@abs_top_objdir@)
|
||||
PROJ_INSTALL_ROOT := @prefix@
|
||||
|
||||
# Include LLVM's Master Makefile.
|
||||
include $(LLVM_OBJ_ROOT)/Makefile.common
|
||||
include $(LLVM_SRC_ROOT)/Makefile.common
|
||||
|
Loading…
x
Reference in New Issue
Block a user