Don't build mktables.c in the ack binary.
authorGeorge Koehler <xkernigh@netscape.net>
Fri, 11 Nov 2016 22:06:25 +0000 (17:06 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Fri, 11 Nov 2016 22:06:25 +0000 (17:06 -0500)
commit7b3f870f6385f60b9cae18241b3ae058f890b986
tree658adad6cdc8d62eddc038935b359b3559a23b15
parent7347cc64e47415f9212c1dfb9c0fe9b86e981104
Don't build mktables.c in the ack binary.

It only worked by accident because main() in main.c was found before
main() in mktables.c.

Also add build dependencies on the local *.h files.
util/ack/build.lua