Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!

llvm-svn: 48786
This commit is contained in:
Anton Korobeynikov 2008-03-25 18:53:36 +00:00
parent c506c78117
commit 4c1559f54e
1 changed files with 1 additions and 1 deletions

View File

@ -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) $< $@