mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
Christophe Fergeau
04ddfe0a6f
Don't remove meta/meta-version.h during make clean
meta/meta-version.h is generated by configure, so it should be removed with make distclean, not make clean. This is the heuristic described in https://www.gnu.org/software/automake/manual/html_node/Clean.html Cleaning it in make clean means that configure; make clean; make won't work properly as meta/meta-version.h will be removed and not regenerated. https://bugzilla.gnome.org/show_bug.cgi?id=734960
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%