diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-23 08:01:27 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-23 08:01:27 +0000 |
commit | 70b3e231a7c43fba02c203ee68e0b6da44136614 (patch) | |
tree | a858eafe604994913f5335c227a41d2ae7bbea68 /llvm/runtime | |
parent | 72ba9da52d041ac37b87c1f1682330022f940fca (diff) | |
download | bcm5719-llvm-70b3e231a7c43fba02c203ee68e0b6da44136614.tar.gz bcm5719-llvm-70b3e231a7c43fba02c203ee68e0b6da44136614.zip |
Remove the clean target.
llvm-svn: 17185
Diffstat (limited to 'llvm/runtime')
-rw-r--r-- | llvm/runtime/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index 5910b3aa037..2adc0899929 100644 --- a/llvm/runtime/Makefile +++ b/llvm/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)/* - |