mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Make the $(OBJDIR) go away on clean-local.
llvm-svn: 17197
This commit is contained in:
parent
a893aad8fb
commit
1c94f475a2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user