1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Moved directory, update makefile

llvm-svn: 11417
This commit is contained in:
Chris Lattner 2004-02-13 23:31:12 +00:00
parent 85667eca81
commit 3681a0bd3f

View 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