Fixed remove of . or ..

This commit is contained in:
johns 2002-11-26 01:08:16 +00:00
parent 13bcc54872
commit 097d972f81

View file

@ -32,7 +32,7 @@ clean::
$(RM) $(OBJS) core *.doc
clobber: clean
$(RM) -rf $(OBJDIR)
[ $(OBJDIR) == "." ] || $(RM) -rf $(OBJDIR)
$(RM) .depend .#* *~ *.$(OE)
depend::