aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-04 21:40:49 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-04 21:40:49 +0000
commit3b9f445c132e951da89eaea14671c91897467c7a (patch)
treee071d7675d38905ff746891fbfd0bde60a7c0454 /runtime/Makefile
parentc1df7e1799a7a97602bdedec818f7ab1dc514b4e (diff)
downloadexternal_llvm-3b9f445c132e951da89eaea14671c91897467c7a.zip
external_llvm-3b9f445c132e951da89eaea14671c91897467c7a.tar.gz
external_llvm-3b9f445c132e951da89eaea14671c91897467c7a.tar.bz2
Clean out DESTLIBBYTECODE when making clean in runtime.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r--runtime/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 3bcda6d..15b3e24 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -30,3 +30,5 @@ include $(LEVEL)/Makefile.common
install::
clean::
+ rm -f $(DESTLIBBYTECODE)/*
+