summaryrefslogtreecommitdiff
path: root/sounds
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-08-26 23:58:47 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-08-26 23:58:47 +0000
commitd12f54f90ba2b552ee964cc54674f4cd55a50cf6 (patch)
tree8ba407ce404b102e6859ae992fe30aee459ef8b7 /sounds
parenta757ca294799f7e014b3dd7083943ac7e1630614 (diff)
GNU make already knows how to quietly ignore non-existent files in 'include' directives
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'sounds')
-rw-r--r--sounds/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 60a1aba90..fdefcd4b2 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -13,9 +13,7 @@
.PHONY: dist-clean all uninstall
-ifneq ($(wildcard $(ASTTOPDIR)/menuselect.makeopts),)
- include $(ASTTOPDIR)/menuselect.makeopts
-endif
+-include $(ASTTOPDIR)/menuselect.makeopts
PWD:=$(shell pwd)
SOUNDS_DIR:=$(DESTDIR)$(ASTDATADIR)/sounds