From dbf9409ef14f96c1b067c504f9358c3797441cf2 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 23 Oct 2004 08:01:27 +0000 Subject: [PATCH] Remove the clean target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17185 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/Makefile | 4 ---- 1 file changed, 4 deletions(-) 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)/* - -- 2.34.1