diff options
-rw-r--r-- | Makefile.top | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top index 1c7b400a33d3..11468c5d5d4e 100644 --- a/Makefile.top +++ b/Makefile.top @@ -320,7 +320,8 @@ clean: clean-host clean-build clean-host: rm -fr $(DEVINSTALLDIR) - rm -fr $(SOLARVER)/$(INPATH) # not necessarily below SRCDIR + rm -fr $(OUTDIR) + rm -fr $(WORKDIR) rm -fr $(SRCDIR)/*/$(INPATH) rm -fr install |