projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ee3267
)
Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!
author
Anton Korobeynikov
<asl@math.spbu.ru>
Tue, 25 Mar 2008 18:53:36 +0000
(18:53 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Tue, 25 Mar 2008 18:53:36 +0000
(18:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48786
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvmc2/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvmc2/Makefile
b/tools/llvmc2/Makefile
index d0c1588e117ea69371b884444040ff89f7064567..ab8ff478c903b26e59535373c522519a659b33d0 100644
(file)
--- 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) $< $@