summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-23 08:01:27 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-23 08:01:27 +0000
commitdbf9409ef14f96c1b067c504f9358c3797441cf2 (patch)
treeda61cb6aa1f5b7f5387865b37e4f4e497a0643b3 /runtime
parent504b21ac2c1a5b084edcd59b840724c99c7b3dfc (diff)
downloadllvm-dbf9409ef14f96c1b067c504f9358c3797441cf2.tar.gz
llvm-dbf9409ef14f96c1b067c504f9358c3797441cf2.tar.bz2
llvm-dbf9409ef14f96c1b067c504f9358c3797441cf2.tar.xz
Remove the clean target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 5910b3aa03..2adc089992 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -32,7 +32,3 @@ include $(LEVEL)/Makefile.common
# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
#
install::
-
-clean::
- $(VERB) rm -f $(DESTLIBBYTECODE)/*
-