Fix misguided atempt at making cleaning more robust
[senf.git] / SConstruct
index b7484c1..1c63e04 100644 (file)
@@ -168,7 +168,6 @@ if env.GetOption('clean'):
                        for path, subdirs, files in os.walk('.')
                        for pattern in env['CLEAN_PATTERNS']
                        for f in fnmatch.filter(files,pattern) ])
-    env.Clean('all', '.')
 
 if not env.GetOption('clean') and not os.path.exists(".prepare-stamp"):
     Execute(Touch(".prepare-stamp"))