add .SECONDARY: rule to preserve generated schemas
authorRyan Lortie <desrt@desrt.ca>
Sat, 22 May 2010 00:08:49 +0000 (20:08 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 May 2010 00:10:02 +0000 (20:10 -0400)
commitd818bebf4949617fdf5ffc7833c8f87ccca5c1a1
tree20772bc6deefc547712e81fc4d7001c186ba9c6e
parentbf24dff88eb3c794ae846cb7b8397510407ad9f5
add .SECONDARY: rule to preserve generated schemas

If the .gschema.xml file was generated as the result of an implicit make
rule then make would 'rm' it after creating the validity stamp.  This
would cause 'make install' to fail.
m4macros/gsettings.m4