OSDN Git Service

Apply entab fix from Marko Kreen for these problems:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 11 Jul 2006 21:21:59 +0000 (21:21 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 11 Jul 2006 21:21:59 +0000 (21:21 +0000)
commit72347776744083d080f4c46dd6fc7e81bcf9a0c7
tree7a4350ff8fc166f2ea568749c1332b24d6daf3b8
parentd29b66882a5de0878c496bd71d0c69af17197ab7
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 ...
src/tools/entab/Makefile
src/tools/entab/halt.c