mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
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:
parent
3ee3267fc2
commit
1cf962b874
@ -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) $< $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user