diff --git a/llvm/lib/Target/CBackend/Makefile b/llvm/lib/Target/CBackend/Makefile index 2e13bf7c99a3..7fcc434c911e 100644 --- a/llvm/lib/Target/CBackend/Makefile +++ b/llvm/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