aboutsummaryrefslogtreecommitdiffstats
path: root/sounds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sounds/Makefile')
-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