summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-02 06:16:29 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-02 06:16:29 +0000
commite1bd4e6d7c5b13462f83245865f7d9e9b6ea8486 (patch)
treef5d7310f314fad1f73e3051ca6ef0e13726f45c5 /lib/Makefile
parentec1abb9bd70f67a0a93bb5c9ffeafc184cb551d0 (diff)
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
driver taking lib/Driver. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-xlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index c72c353f8b..802c91e943 100755
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver
+PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite Frontend
include $(LEVEL)/Makefile.common