mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +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:
@@ -1,3 +1,16 @@
|
||||
#
|
||||
# Asterisk -- A telephony toolkit for Linux.
|
||||
#
|
||||
# Makefile for Build Tools
|
||||
#
|
||||
# Copyright (C) 2005-2006, Digium, Inc.
|
||||
#
|
||||
# Russell Bryant <russell@digium.com>
|
||||
#
|
||||
# This program is free software, distributed under the terms of
|
||||
# the GNU General Public License
|
||||
#
|
||||
|
||||
.PHONY: clean dist-clean
|
||||
|
||||
MENUSELECT_OBJS=menuselect.o menuselect_curses.o
|
||||
|
||||
Reference in New Issue
Block a user