build: update Makefile.glib
authorDan Winship <danw@gnome.org>
Fri, 19 Apr 2013 14:34:23 +0000 (10:34 -0400)
committerDan Winship <danw@gnome.org>
Fri, 19 Apr 2013 14:52:21 +0000 (10:52 -0400)
commitac50fc26425ba58637887b82a65d532981c20542
tree74650e8f6859a948118edf1e76ea7adf849aa281
parent57a9fb3c893f1a971aa78d8d640707ac8aebc733
build: update Makefile.glib

If a SOURCES variable changes, we need to recheck the generated files,
since a file may have been removed from SOURCES, but still be
referenced in a previously-generated -enum-types.c file, etc. So make
these generated files depend on Makefile.

Also, update spacing of silent rules to match current automake.
Makefile.glib