summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6bf5959)
Fix Makefile.in distclean target; the removal of .depend had ended up as
depend instead so wasn't getting cleaned.
sixdegrees.o splitkeys.o
distclean: clean
sixdegrees.o splitkeys.o
distclean: clean
- $(RM) -f Makefile depend config.{log,status,h}
+ $(RM) -f Makefile .depend config.{log,status,h}
$(RM) -r autom4te.cache
.depend: $(SRCS)
$(RM) -r autom4te.cache
.depend: $(SRCS)