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

Mikhail Glushenkov foldr at codedgers.com
Mon May 12 09:32:24 PDT 2008


Author: foldr
Date: Mon May 12 11:32:24 2008
New Revision: 50972

URL: http://llvm.org/viewvc/llvm-project?rev=50972&view=rev
Log:
Make it possible to choose between different compilation graph definitions at compile-time.

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=50972&r1=50971&r2=50972&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc2/Makefile (original)
+++ llvm/trunk/tools/llvmc2/Makefile Mon May 12 11:32:24 2008
@@ -14,7 +14,8 @@
 
 include $(LEVEL)/Makefile.common
 
-TOOLS_SOURCE=Graph.td Tools.td Common.td
+GRAPH = Graph.td
+TOOLS_SOURCE=$(GRAPH) Tools.td Common.td
 
 # TOFIX: integrate this part into Makefile.rules?
 # The degree of horrorshowness in that file is too much for me atm.





More information about the llvm-commits mailing list