diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-17 08:09:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-17 08:09:39 +0000 |
commit | a413a043f777611cf15419a4408ee60f0404b1a3 (patch) | |
tree | 21bed37a126d6eb70d40cf90534ccdf9c6462fcb /make/jffs2root.mk | |
parent | cd5135a43204cebeae8dceaf5b9fc3f8ff8f9348 (diff) | |
download | buildroot-novena-a413a043f777611cf15419a4408ee60f0404b1a3.tar.gz buildroot-novena-a413a043f777611cf15419a4408ee60f0404b1a3.zip |
update handling of 'make'
Diffstat (limited to 'make/jffs2root.mk')
-rw-r--r-- | make/jffs2root.mk | 2 |
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) |