summaryrefslogtreecommitdiff
path: root/apps/interpreters/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/Makefile')
-rw-r--r--apps/interpreters/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/interpreters/Makefile b/apps/interpreters/Makefile
index 1eeab585e..3569a0044 100644
--- a/apps/interpreters/Makefile
+++ b/apps/interpreters/Makefile
@@ -52,12 +52,12 @@ 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, $(INSTALLED_DIRS), $(eval $(call SDIR_template,$(SDIR),depend)))
$(foreach SDIR, $(INSTALLED_DIRS), $(eval $(call SDIR_template,$(SDIR),clean)))
-$(foreach SDIR, $(INSTALLED_DIRS), $(eval $(call SDIR_template,$(SDIR),disclean)))
+$(foreach SDIR, $(INSTALLED_DIRS), $(eval $(call SDIR_template,$(SDIR),distclean)))
nothing: