aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-15 22:50:50 +0000
committerChris Lattner <sabre@nondot.org>2008-01-15 22:50:50 +0000
commit163974de4763c21db3c312aec0ffb834f5203d13 (patch)
treebc92642dadff6f4a91eb2554435e0f4d4c9d66ec /lib
parentbeb168992f581ed645c437be08d87016869b9fd8 (diff)
downloadexternal_llvm-163974de4763c21db3c312aec0ffb834f5203d13.tar.gz
external_llvm-163974de4763c21db3c312aec0ffb834f5203d13.tar.bz2
external_llvm-163974de4763c21db3c312aec0ffb834f5203d13.zip
improve compatibility with mingw, patch by Alain Frisch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile
index 2e283ec10c..35ef865b8f 100644
--- a/lib/VMCore/Makefile
+++ b/lib/VMCore/Makefile
@@ -21,7 +21,7 @@ INTRINSICTDS := $(wildcard $(PROJ_SRC_ROOT)/include/llvm/Intrinsics*.td)
$(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(TBLGEN)
$(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
- $(Verb) $(TableGen) $(INTRINSICTD) -o $@ -gen-intrinsic
+ $(Verb) $(TableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
$(GENFILE): $(ObjDir)/Intrinsics.gen.tmp
$(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \