aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-03-25 18:53:36 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-03-25 18:53:36 +0000
commit1cf962b8749900a0b5b623366b72c34e08cd6a15 (patch)
tree646b97346478701d3295a0ed1ff0ac358a957b6b /tools/llvmc2
parent3ee3267fc2c4d1d630d9a918ba1453e4fe47c429 (diff)
downloadexternal_llvm-1cf962b8749900a0b5b623366b72c34e08cd6a15.zip
external_llvm-1cf962b8749900a0b5b623366b72c34e08cd6a15.tar.gz
external_llvm-1cf962b8749900a0b5b623366b72c34e08cd6a15.tar.bz2
Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc2')
-rw-r--r--tools/llvmc2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile
index d0c1588..ab8ff47 100644
--- a/tools/llvmc2/Makefile
+++ b/tools/llvmc2/Makefile
@@ -25,7 +25,7 @@ endif
# The degree of horrorshowness in that file is too much for me atm.
$(ObjDir)/Tools.inc.tmp: $(TOOLS_SOURCE) $(ObjDir)/.dir
$(Echo) "Building LLVMCC configuration library with tblgen"
- $(Verb) $(TableGen) -gen-llvmcc -o $@ $<
+ $(Verb) $(TableGen) -gen-llvmcc -o $(call SYSPATH, $@) $<
Tools.inc : $(ObjDir)/Tools.inc.tmp
$(Verb) $(CMP) -s $@ $< || $(CP) $< $@