[llvm-commits] [llvm] r48786 - /llvm/trunk/tools/llvmc2/Makefile

Anton Korobeynikov asl at math.spbu.ru
Tue Mar 25 11:53:37 PDT 2008


Author: asl
Date: Tue Mar 25 13:53:36 2008
New Revision: 48786

URL: http://llvm.org/viewvc/llvm-project?rev=48786&view=rev
Log:
Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!

Modified:
    llvm/trunk/tools/llvmc2/Makefile

Modified: llvm/trunk/tools/llvmc2/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc2/Makefile?rev=48786&r1=48785&r2=48786&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc2/Makefile (original)
+++ llvm/trunk/tools/llvmc2/Makefile Tue Mar 25 13:53:36 2008
@@ -25,7 +25,7 @@
 # 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) $< $@





More information about the llvm-commits mailing list