[project @ 2005-07-21 12:54:33 by simonmar]
authorsimonmar <unknown>
Thu, 21 Jul 2005 12:54:33 +0000 (12:54 +0000)
committersimonmar <unknown>
Thu, 21 Jul 2005 12:54:33 +0000 (12:54 +0000)
commit2e4f25ef5bb423ea9abe25392d316d3b9c369694
tree0a67e46391a9f8eaf8e24854127a5a47f13ad25d
parent841df520b739d388c489bbdffa5420642b0c779e
[project @ 2005-07-21 12:54:33 by simonmar]
Hack Makefiles so that 'make distclean' works even if the tree has not
been configured, or 'make distclean' has already been run.

This is to solve problems caused by 'make distclean' removing files
that it needs itself - previously we were arranging to remove certain
files right at the end of cleaning, but this is fragile.  So now we
assume that e.g. the X11 library is always enabled when we're
cleaning.
Makefile