mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
- specify that 'all' is a .PHONY target
- add a copyright header to the build_tools Makefile - remove 'depend' from the 'all' target in agi/ and utils/ since it is handled by the main Makefile already git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# the GNU General Public License
|
||||
#
|
||||
|
||||
.PHONY: clean clean-depend
|
||||
.PHONY: clean clean-depend all
|
||||
|
||||
UTILS:=astman smsq stereorize streamplayer aelparse
|
||||
|
||||
@@ -32,7 +32,7 @@ ifneq ($(filter pbx_ael,$(MENUSELECT_PBX)),)
|
||||
UTILS:=$(filter-out aelparse,$(UTILS))
|
||||
endif
|
||||
|
||||
all: depend $(UTILS)
|
||||
all: $(UTILS)
|
||||
|
||||
install:
|
||||
for x in $(UTILS); do \
|
||||
|
Reference in New Issue
Block a user