summaryrefslogtreecommitdiff
path: root/apps/system/nxplayer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/nxplayer/Makefile')
-rw-r--r--apps/system/nxplayer/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/system/nxplayer/Makefile b/apps/system/nxplayer/Makefile
index b7d04e2a7..bcdcbfc0e 100644
--- a/apps/system/nxplayer/Makefile
+++ b/apps/system/nxplayer/Makefile
@@ -35,9 +35,6 @@
#
############################################################################
-# TODO, this makefile should run make under the app dirs, instead of
-# sourcing the Make.defs!
-
-include $(TOPDIR)/.config
-include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
@@ -122,7 +119,7 @@ depend: .depend
clean:
$(call DELFILE, .built)
$(call CLEAN)
- rm -rf ..$(DELIM)..$(DELIM)builtin$(DELIM)registry$(DELIM)$(APPNAME)_main.*
+ $(Q) rm -rf ..$(DELIM)..$(DELIM)builtin$(DELIM)registry$(DELIM)$(APPNAME)_main.*
distclean: clean
$(call DELFILE, Make.dep)