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:
c1df7e1
)
Clean out DESTLIBBYTECODE when making clean in runtime.
author
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 4 Feb 2004 21:40:49 +0000
(21:40 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 4 Feb 2004 21:40:49 +0000
(21:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11119
91177308
-0d34-0410-b5e6-
96231b3b80d8
runtime/Makefile
patch
|
blob
|
history
diff --git
a/runtime/Makefile
b/runtime/Makefile
index 3bcda6d03ca8b095b6032c31217ed804a341ae58..15b3e24f1109727fbdd3ba73af321c024618cb6e 100644
(file)
--- a/
runtime/Makefile
+++ b/
runtime/Makefile
@@
-30,3
+30,5
@@
include $(LEVEL)/Makefile.common
install::
clean::
+ rm -f $(DESTLIBBYTECODE)/*
+