mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
move tools used during build into build_tools subdirectory
clean up Makefile headers git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5942 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# Makefile for dialplan functions
|
||||
#
|
||||
# Copyright (C) 2005, Digium, Inc.
|
||||
# Copyright (C) 2005, Digium
|
||||
#
|
||||
# Kevin P. Fleming <kpfleming@digium.com>
|
||||
#
|
||||
@@ -64,7 +64,7 @@ endif
|
||||
depend: .depend
|
||||
|
||||
.depend: pbx_functions.h
|
||||
../mkdep $(CFLAGS) `ls *.c`
|
||||
../build_tools/mkdep $(CFLAGS) `ls *.c`
|
||||
|
||||
env:
|
||||
env
|
||||
|
Reference in New Issue
Block a user