diff --git a/helpers/config b/helpers/config
index e4e138b36a4405c4bf055c3b97f971085abed34f..2b60bfa2b81a748b9ca4c8b318bd0c6d5b3231eb 100755
--- a/helpers/config
+++ b/helpers/config
@@ -182,13 +182,8 @@ cd source
 
 compile(){
 
-
-PROCESSORS=1
-if [ 1$PARALLEL != "1false" ]
-then
-    PROCESSORS=$(grep processor /proc/cpuinfo | wc -l)
-fi
-
+# Make sure the series file is formated correctly after removals
+grep -q [a-z] debian/patches/series || echo -n > debian/patches/series
 
 if [ 1$QUILT != 1skip ]; then
 export QUILT_PATCHES=debian/patches