summaryrefslogtreecommitdiff
path: root/make/jffs2root.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-17 08:09:39 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-17 08:09:39 +0000
commita413a043f777611cf15419a4408ee60f0404b1a3 (patch)
tree21bed37a126d6eb70d40cf90534ccdf9c6462fcb /make/jffs2root.mk
parentcd5135a43204cebeae8dceaf5b9fc3f8ff8f9348 (diff)
update handling of 'make'
Diffstat (limited to 'make/jffs2root.mk')
-rw-r--r--make/jffs2root.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jffs2root.mk b/make/jffs2root.mk
index dd897a7d3..806845108 100644
--- a/make/jffs2root.mk
+++ b/make/jffs2root.mk
@@ -40,7 +40,7 @@ jffs2root: jffs2
jffs2root-source: $(DL_DIR)/$(GENEXT2_SOURCE)
jffs2root-clean:
- -make -C $(GENEXT2_DIR) clean
+ -$(MAKE) -C $(GENEXT2_DIR) clean
jffs2root-dirclean:
rm -rf $(GENEXT2_DIR)