summaryrefslogtreecommitdiff
path: root/apps/examples/wget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wget/Makefile')
-rw-r--r--apps/examples/wget/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/wget/Makefile b/apps/examples/wget/Makefile
index 7d880bd1e..4141cc832 100644
--- a/apps/examples/wget/Makefile
+++ b/apps/examples/wget/Makefile
@@ -86,7 +86,7 @@ depend: .depend
clean:
@rm -f *.o *~ .*.swp .built
$(call CLEAN)
- @make -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
+ @$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
distclean: clean
@rm -f Make.dep .depend