From: Reid Spencer Date: Sun, 24 Oct 2004 02:26:09 +0000 (+0000) Subject: Make the $(OBJDIR) go away on clean-local. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=83cbcb92500377e4502b8e13da33f6c3331fbf65;p=oota-llvm.git 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 --- 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)