forked from OSchip/llvm-project
parent
b24eb91e2c
commit
768fa7d206
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue