Thread: small entab cleanup

small entab cleanup

From
"Marko Kreen"
Date:
I happened to compile entab once again and found couple problems:

- 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.

this fixes them.

--
marko

Attachment

Re: small entab cleanup

From
Alvaro Herrera
Date:
Marko Kreen wrote:
> I happened to compile entab once again and found couple problems:
>
> - 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.

Applied, thanks.  I also noticed the Makefile does not handle VPATH, but
I didn't fix it.  Patches welcome.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.