clean installPackage too
authorSimon Marlow <simonmar@microsoft.com>
Thu, 21 Jun 2007 11:30:23 +0000 (11:30 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 21 Jun 2007 11:30:23 +0000 (11:30 +0000)
libraries/Makefile

index 2cdd23a..b9a8cd2 100644 (file)
@@ -273,6 +273,7 @@ clean: $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR))
        $(RM) -f stamp/bootstrapping.*
        $(RM) -rf bootstrapping.*
        $(RM) -rf ifBuildable
+       $(RM) -rf installPackage
        $(RM) -f libraries.txt index.html doc-index.html
 
 $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR)): \