aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-13 23:31:12 +0000
committerChris Lattner <sabre@nondot.org>2004-02-13 23:31:12 +0000
commitc01ab8f3e1322017b6ed5c3787612e0a1c372e7a (patch)
treeb1c5f6e6438e5bd2c0d9426fb4279076b20cde21 /lib/Target/CBackend/Makefile
parent0f2aecef5a38a7f06a704929133aedad9b6861d3 (diff)
downloadexternal_llvm-c01ab8f3e1322017b6ed5c3787612e0a1c372e7a.zip
external_llvm-c01ab8f3e1322017b6ed5c3787612e0a1c372e7a.tar.gz
external_llvm-c01ab8f3e1322017b6ed5c3787612e0a1c372e7a.tar.bz2
Moved directory, update makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend/Makefile')
-rw-r--r--lib/Target/CBackend/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile
index 2e13bf7..7fcc434 100644
--- a/lib/Target/CBackend/Makefile
+++ b/lib/Target/CBackend/Makefile
@@ -1,4 +1,4 @@
-##===- lib/CWriter/Makefile --------------------------------*- Makefile -*-===##
+##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -7,9 +7,7 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
-
+LEVEL = ../../..
LIBRARYNAME = cwriter
-
include $(LEVEL)/Makefile.common