summaryrefslogtreecommitdiff
path: root/apps/graphics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/Makefile')
-rw-r--r--apps/graphics/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/graphics/Makefile b/apps/graphics/Makefile
index bebb31b5a..474118450 100644
--- a/apps/graphics/Makefile
+++ b/apps/graphics/Makefile
@@ -48,13 +48,13 @@ all: nothing
define SDIR_template
$(1)_$(2):
- $(MAKE) -C $(1) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
+ $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
endef
$(foreach SDIR, $(CNTXTDIRS), $(eval $(call SDIR_template,$(SDIR),context)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),depend)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),clean)))
-$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),disclean)))
+$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),distclean)))
nothing: