Moved directory, update makefile
authorChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 23:31:12 +0000 (23:31 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 23:31:12 +0000 (23:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11417 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CBackend/Makefile

index 2e13bf7c99a34a569595eba1cc92bed043590b0b..7fcc434c911ef11ce379a587d9175bd57f621ac5 100644 (file)
@@ -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