[cfe-commits] r62520 - /cfe/trunk/tools/Makefile
Daniel Dunbar
daniel at zuster.org
Mon Jan 19 11:20:01 PST 2009
Author: ddunbar
Date: Mon Jan 19 13:20:01 2009
New Revision: 62520
URL: http://llvm.org/viewvc/llvm-project?rev=62520&view=rev
Log:
ccc: Add missing file.
Added:
cfe/trunk/tools/Makefile (with props)
Added: cfe/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/Makefile?rev=62520&view=auto
==============================================================================
--- cfe/trunk/tools/Makefile (added)
+++ cfe/trunk/tools/Makefile Mon Jan 19 13:20:01 2009
@@ -0,0 +1,13 @@
+##===- tools/Makefile --------------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../../..
+DIRS := ccc
+
+include $(LEVEL)/Makefile.common
Propchange: cfe/trunk/tools/Makefile
------------------------------------------------------------------------------
svn:executable = *
More information about the cfe-commits
mailing list