summaryrefslogtreecommitdiff
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-22 15:08:08 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-22 15:08:08 +0000
commit55e8a6036358dff9cc884fc9df2bf55faa275085 (patch)
treeb87bcf0d39d762c78c13572e696f6b9df6bc940f /pbx/Makefile
parentc95e633c8aea62a0a40cbe6eda7d21cd048865d7 (diff)
- 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
Diffstat (limited to 'pbx/Makefile')
-rw-r--r--pbx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index a74911571..795911c94 100644
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -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