summaryrefslogtreecommitdiff
path: root/sounds
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-19 00:14:16 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-19 00:14:16 +0000
commit9f2a6516cffe0986e11c1d364c0e8a80311c7692 (patch)
treebdaea59e72e1dd39a7824d83c075ffcfce48fe5e /sounds
parente832ae320f03d1916bba7557ce9fb40a2286514c (diff)
don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
is valid in some cases, such as "make clean". git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'sounds')
-rw-r--r--sounds/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index dd3a3a3e5..53d6a24bc 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -11,7 +11,9 @@
# the GNU General Public License
#
-include ../menuselect.makeopts
+ifneq ($(wildcard ../menuselect.makeopts),)
+ include ../menuselect.makeopts
+endif
PWD:=$(shell pwd)
SOUNDS_DIR:=$(DESTDIR)$(ASTDATADIR)/sounds