summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--sounds/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e03fe7177..8fc4724e6 100644
--- a/Makefile
+++ b/Makefile
@@ -883,4 +883,4 @@ makeopts.xml: $(foreach dir,$(MOD_SUBDIRS),$(dir)/*.c) build_tools/cflags.xml so
@echo "Generating list of available modules ..."
@build_tools/prep_moduledeps > $@
-.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL)
+.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL) sounds
diff --git a/sounds/Makefile b/sounds/Makefile
index 5655d420e..7a5d60d04 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: dist-clean all
+.PHONY: dist-clean all uninstall
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts