- specify that 'depend' is a .PHONY target

- use separate targets instead of a for loop for doing 'make depend' for
  each sub directory


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35501 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-06-22 15:08:08 +00:00
parent c95e633c8a
commit 55e8a60363
11 changed files with 23 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
# the GNU General Public License
#
.PHONY: clean clean-depend all
.PHONY: clean clean-depend all depend
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts