From 3b9f445c132e951da89eaea14671c91897467c7a Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 4 Feb 2004 21:40:49 +0000 Subject: [PATCH] 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 --- runtime/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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)/* + -- 2.34.1