]> git.donarmstrong.com Git - lilypond.git/commit
Build: Do not remove `configure' for maintainerclean.
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 4 Nov 2010 21:17:57 +0000 (14:17 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Thu, 4 Nov 2010 21:17:57 +0000 (14:17 -0700)
commit70a7286eb24f8445da15296c5440bb1037e21652
tree752515e1f300727fb28b5d047abc84936f03f093
parent25941488157195c8879047a354a5568402aa8a19
Build: Do not remove `configure' for maintainerclean.

This fixes issue #1383.

According to the GNU Coding Standards,

  "...running the command `make maintainer-clean' should not delete
  `configure' even if `configure' can be remade using a rule in the
  Makefile."

By not removing `configure' for the `local-maintainerclean' toplevel
target, `make maintainerclean' completes successfully.
stepmake/stepmake/toplevel-targets.make