Apparently destroyFile() now throws an exception. Since this class is
[oota-llvm.git] / Makefile.config.in
index 7c36e9dbb118db752293867b4bdcbb91629fdda4..2d03272fe97d5d11ef85328b2c979f183a41ec66 100644 (file)
@@ -45,7 +45,7 @@ ifeq ($(PROJECT_NAME),LLVM)
 LLVM_SRC_ROOT   := @abs_top_srcdir@
 LLVM_OBJ_ROOT   := @abs_top_builddir@
 PROJ_SRC_ROOT   := $(LLVM_SRC_ROOT)
-PROJ_SRC_DIR    := $(subst //,/,$(LLVM_SRC_ROOT)/$(patsubst $(LLVM_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
+PROJ_SRC_DIR    := $(subst //,/,$(LLVM_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
 PROJ_prefix     := @prefix@
 PROJ_bindir     := @prefix@/bin
 PROJ_libdir     := @prefix@/lib