aboutsummaryrefslogtreecommitdiffstats
path: root/sounds
diff options
context:
space:
mode:
Diffstat (limited to 'sounds')
-rw-r--r--sounds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 331f4f359..60a1aba90 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -13,8 +13,8 @@
.PHONY: dist-clean all uninstall
-ifneq ($(wildcard ../menuselect.makeopts),)
- include ../menuselect.makeopts
+ifneq ($(wildcard $(ASTTOPDIR)/menuselect.makeopts),)
+ include $(ASTTOPDIR)/menuselect.makeopts
endif
PWD:=$(shell pwd)