[llvm-commits] CVS: llvm/lib/Target/CBackend/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 13 17:32:02 PST 2004
Changes in directory llvm/lib/Target/CBackend:
Makefile updated: 1.2 -> 1.3
---
Log message:
Moved directory, update makefile
---
Diffs of the changes: (+2 -4)
Index: llvm/lib/Target/CBackend/Makefile
diff -u llvm/lib/Target/CBackend/Makefile:1.2 llvm/lib/Target/CBackend/Makefile:1.3
--- llvm/lib/Target/CBackend/Makefile:1.2 Mon Oct 20 17:26:56 2003
+++ llvm/lib/Target/CBackend/Makefile Fri Feb 13 17:31:12 2004
@@ -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
More information about the llvm-commits
mailing list