mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
Need rule for runtime.o. This is just temporary to provide
ll__main so that llc output can link. llvm-svn: 1913
This commit is contained in:
parent
f24cb15482
commit
428665864f
@ -1,5 +1,7 @@
|
||||
# Libraries Makefile: Build all subdirectories automatically
|
||||
|
||||
all:: runtime.o
|
||||
|
||||
LEVEL = ../..
|
||||
DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
|
||||
|
||||
@ -11,3 +13,6 @@ include ${LEVEL}/Makefile.common
|
||||
install::
|
||||
|
||||
clean::
|
||||
|
||||
runtime.o: ../runtime.c
|
||||
$(CC) -c $(CFLAGS) $<
|
||||
|
Loading…
Reference in New Issue
Block a user