]> git.ipfire.org Git - thirdparty/ccache.git/commit
Only clean dist generate targets when using distclean
authorDavid Givone <david@givone.net>
Mon, 10 Sep 2012 00:28:37 +0000 (17:28 -0700)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 13 Sep 2012 19:24:43 +0000 (21:24 +0200)
commit61dec8c3a06b113a3f02e661206c36e3acb12c14
treef10c93398b63245672bd9d6a8207a92661c96bdc
parent986d47a59109f6f64a4ada6529554bc5d1ee88a5
Only clean dist generate targets when using distclean

Some file are only generated when making a distribute, such as docs, and should
only be cleaned when using the distclean target. If we clean the docs with the
normal clean target then when using the Makefile with the distributed source
code will lead to an error if you configure, make, make clean, and then make
again.
dev.mk.in