summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-24 16:09:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-24 16:09:51 +0000
commitdbab462feb1583107babd74b02339bb9a5ad3820 (patch)
treea969c75ad8185e47be35e72f0cbdfca3114e040c /make
parentchanged version to 980723 (diff)
downloadrtems-dbab462feb1583107babd74b02339bb9a5ad3820.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel Raguet
<raguet@crf.canon.fr> to make their patches work together.
Diffstat (limited to 'make')
-rw-r--r--make/leaf.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/leaf.cfg b/make/leaf.cfg
index 4eca33f66c..0553cefdf2 100644
--- a/make/leaf.cfg
+++ b/make/leaf.cfg
@@ -118,7 +118,7 @@ get: $(SRCS) $(GET_ADDITIONS)
clean:
$(RM) -r a.out core mon.out gmon.out $(CLEAN_OS) $(CLEAN_CC)
$(RM) -r $(CLEAN_PROTO) $(CLEAN_DEPEND) a.out
- $(RM) -r $(VARIANTS) $(CLEAN_ADDITIONS)
+ $(RM) -r $(VARIANTS) $(CLEAN_ADDITIONS) $(IMPORT_SOURCE)
clobber: clean
-$(RCS_CLEAN)