Merged revisions 225581 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 23 Oct 2009 14:02:42 +0000 (14:02 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 23 Oct 2009 14:02:42 +0000 (14:02 +0000)
commit673eadaa3a5ff7b80f59d38e484c0dfe4ea2e16a
tree8451edc9601c5ad72720e545f6c495fdec462e61
parent6cb07e703071615a7fd8dffc0bda45b50f1bfad4
Merged revisions 225581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r225581 | kpfleming | 2009-10-23 09:00:01 -0500 (Fri, 23 Oct 2009) | 10 lines

  Don't force menuselect.makeopts to be rebuilt on every build.

  For some reason the menuselect.makeopts file was listed as PHONY in the Makefile,
  resulting in 'make' needing to rebuild it for every build. This then resulted in
  the embedded module rules being rebuilt on every build, which can be slow and is
  unnecessary.

  This patch fixes the problem by properly allowing 'make' to know when the
  menuselect.makeopts file needs to be rebuilt (defining the proper dependencies).
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@225582 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Makefile