LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT.

llvm-svn: 67658
This commit is contained in:
Dan Gohman 2009-03-25 00:09:05 +00:00
parent be6ee56fb2
commit ec41ca9857

View File

@ -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