83ccd5b Switch to non-parallel build until next upstream release

Authored and Committed by kme 8 years ago
1 file changed. 5 lines added. 2 lines removed.
    Switch to non-parallel build until next upstream release
    
    The current top-level Makefile recurses separately into source/ to build
    scr-bx and wserv, but both of these targets require common object files,
    so it's not parallel-build-safe.
    
    Fixes RHBZ #1306228.
    
        
file modified
+5 -2