Remove the clean target.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 23 Oct 2004 08:01:27 +0000 (08:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 23 Oct 2004 08:01:27 +0000 (08:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17185 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index 5910b3aa037cff77560b347e0a4bf7c81dfad9d6..2adc08999293f5aec1a3c25c20f24b3ac06e702a 100644 (file)
@@ -32,7 +32,3 @@ include $(LEVEL)/Makefile.common
 # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
 #
 install::
-
-clean::
-       $(VERB) rm -f $(DESTLIBBYTECODE)/*
-