From 1cf962b8749900a0b5b623366b72c34e08cd6a15 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Tue, 25 Mar 2008 18:53:36 +0000 Subject: [PATCH] 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 --- tools/llvmc2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index d0c1588e117..ab8ff478c90 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) $< $@ -- 2.34.1