Fixed remove of . or ..
This commit is contained in:
parent
13bcc54872
commit
097d972f81
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ clean::
|
|||
$(RM) $(OBJS) core *.doc
|
||||
|
||||
clobber: clean
|
||||
$(RM) -rf $(OBJDIR)
|
||||
[ $(OBJDIR) == "." ] || $(RM) -rf $(OBJDIR)
|
||||
$(RM) .depend .#* *~ *.$(OE)
|
||||
|
||||
depend::
|
||||
|
|
Loading…
Add table
Reference in a new issue