clean up lib/{GNUmakefile,Makefile.local}
authorSimon Marlow <simonmar@microsoft.com>
Wed, 20 Jun 2007 13:28:09 +0000 (13:28 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 20 Jun 2007 13:28:09 +0000 (13:28 +0000)
libraries/Makefile

index 8d9bd71..54b8e32 100644 (file)
@@ -269,6 +269,7 @@ clean.library.%:
        $(RM) -f stamp/configure.library.*.$* $*/unbuildable
        -cd $* && setup/Setup clean
        $(RM) -rf $*/setup
+       $(RM) $*/GNUmakefile $*/Makefile.local
 endif
 
 # -----------------------------------------------------------------------------