• Alvaro Herrera's avatar
    Apply entab fix from Marko Kreen for these problems: · 72347776
    Alvaro Herrera authored
    - halt.c did not include stdlib.h, thus missed exit() prototype
    - Makefile ignores BINDIR for install.
    - Makefile calls install with user/group args, thus failing for regular user.
    
    While trying it I noticed that the Makefile does not support VPATH builds ...
    72347776
halt.c 1.32 KB