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
This commit is contained in:
Anton Korobeynikov 2008-03-25 18:53:36 +00:00
parent 3ee3267fc2
commit 1cf962b874

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