Apply entab fix from Marko Kreen for these problems:

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 72347776744083d080f4c46dd6fc7e81bcf9a0c7
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2006-07-11T21:21:59Z
Releases: 8.2.0
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 ...

Files

PathChange+/−
src/tools/entab/halt.c modified +2 −1
src/tools/entab/Makefile modified +2 −2