From 83cbcb92500377e4502b8e13da33f6c3331fbf65 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 24 Oct 2004 02:26:09 +0000 Subject: [PATCH] Make the $(OBJDIR) go away on clean-local. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17197 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.rules b/Makefile.rules index 94b53bcb189..c49f3b3d09a 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -694,6 +694,7 @@ endif # 'make clean' nukes the tree clean-local:: + $(VERB) $(RM) -rf $(OBJDIR) $(VERB) $(RM) -f core core.[0-9][0-9]* *.o *.d *~ *.flc ifneq ($(strip $(SHLIBEXT)),) # Extra paranoia - make real sure SHLIBEXT is set $(VERB) $(RM) -f *$(SHLIBEXT)