• Peter Eisentraut's avatar
    Fix parallel make when running make install before make all · 4502c8e1
    Peter Eisentraut authored
    In addition to the
    
    all-foo-recurse: all-bar-recurse
    
    dependencies that constraint the order of the rule execution, we need
    
    install-foo-recurse: install-bar-recurse
    
    dependencies in case one runs make install without a make all first,
    as some people apparently do.
    4502c8e1
Makefile 481 Bytes