From c01ab8f3e1322017b6ed5c3787612e0a1c372e7a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 Feb 2004 23:31:12 +0000 Subject: [PATCH] Moved directory, update makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11417 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/CBackend/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 2e13bf7c99a..7fcc434c911 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