From: Reid Spencer Date: Sat, 23 Oct 2004 08:01:27 +0000 (+0000) Subject: Remove the clean target. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dbf9409ef14f96c1b067c504f9358c3797441cf2;p=oota-llvm.git Remove the clean target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17185 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/Makefile b/runtime/Makefile index 5910b3aa037..2adc0899929 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)/* -