From: Brian Gaeke Date: Wed, 4 Feb 2004 21:40:49 +0000 (+0000) Subject: Clean out DESTLIBBYTECODE when making clean in runtime. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3b9f445c132e951da89eaea14671c91897467c7a;p=oota-llvm.git Clean out DESTLIBBYTECODE when making clean in runtime. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11119 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/Makefile b/runtime/Makefile index 3bcda6d03ca..15b3e24f110 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -30,3 +30,5 @@ include $(LEVEL)/Makefile.common install:: clean:: + rm -f $(DESTLIBBYTECODE)/* +