summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-24 02:26:09 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-24 02:26:09 +0000
commit83cbcb92500377e4502b8e13da33f6c3331fbf65 (patch)
tree19e30b05b0d5759bdd6ef65c9472a342b1139e39 /Makefile.rules
parent60ab1402981a757c5ee785de540a5d0f85839c5d (diff)
downloadllvm-83cbcb92500377e4502b8e13da33f6c3331fbf65.tar.gz
llvm-83cbcb92500377e4502b8e13da33f6c3331fbf65.tar.bz2
llvm-83cbcb92500377e4502b8e13da33f6c3331fbf65.tar.xz
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 94b53bcb18..c49f3b3d09 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)