projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f2aece
)
Moved directory, update makefile
author
Chris Lattner
<sabre@nondot.org>
Fri, 13 Feb 2004 23:31:12 +0000
(23:31 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/CBackend/Makefile
b/lib/Target/CBackend/Makefile
index 2e13bf7c99a34a569595eba1cc92bed043590b0b..7fcc434c911ef11ce379a587d9175bd57f621ac5 100644
(file)
--- 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