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:
d79b4eb
)
Need rule for runtime.o. This is just temporary to provide
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 18 Mar 2002 04:04:25 +0000
(
04:04
+0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 18 Mar 2002 04:04:25 +0000
(
04:04
+0000)
ll__main so that llc output can link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1913
91177308
-0d34-0410-b5e6-
96231b3b80d8
runtime/Makefile
patch
|
blob
|
history
diff --git
a/runtime/Makefile
b/runtime/Makefile
index 2fad2286f87684a33440bd80055f1837e984b119..48ea8ea93cb5b515cb4feed1de2f70bfad87532b 100644
(file)
--- a/
runtime/Makefile
+++ b/
runtime/Makefile
@@
-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) $<