aboutsummaryrefslogtreecommitdiffstats
path: root/sounds
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-19 00:14:16 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-19 00:14:16 +0000
commit31fff75d63b5f35f1de8f1b70e1c208eec21d76d (patch)
treebdaea59e72e1dd39a7824d83c075ffcfce48fe5e /sounds
parent2041b9eb808e7eff588bba1ae6b295471257cbf4 (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: http://svn.digium.com/svn/asterisk/trunk@34738 f38db490-d61c-443f-a65b-d21fe96a405b
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