Log Message:
-----------
Apply entab fix from Marko Kreen for these 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.
While trying it I noticed that the Makefile does not support VPATH builds ...
Modified Files:
--------------
pgsql/src/tools/entab:
Makefile (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/entab/Makefile.diff?r1=1.1&r2=1.2)
halt.c (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/entab/halt.c.diff?r1=1.9&r2=1.10)