Removed parallel make with -j option.
authorAndrey Paskal <apaskal@gmail.com>
Wed, 12 Aug 2009 17:10:55 +0000 (21:10 +0400)
committerAndrey Paskal <apaskal@gmail.com>
Wed, 12 Aug 2009 17:10:55 +0000 (21:10 +0400)
build/ubuntu/rules

index b41d8ae..8208198 100755 (executable)
@@ -43,7 +43,7 @@ build-stamp: configure-stamp
        # Add here commands to compile the package.
 
        # Makes ananas
-       $(MAKE) -j 4
+       $(MAKE) 
        $(MAKE) tr
 
        touch $@