Cleanup GNUmakefile and fix dependencies
commitcfece4194f18aa2f93d372a6030f15990f5fe891
authorEric Wong <normalperson@yhbt.net>
Wed, 22 Apr 2009 06:19:51 +0000 (21 23:19 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 22 Apr 2009 06:21:32 +0000 (21 23:21 -0700)
tree2e93220c5fd3a6bb503bf25c811410462c4268d4
parent663a0d321faca3dc9697fbe6dfe92da2cfe642bb
Cleanup GNUmakefile and fix dependencies

Installation dependencies weren't being resolved correctly
(since "install-test") wasn't .PHONY.  Removed the
"install-test" target entirely since it should never
be invoked by hand.

On the other hand, "ragel" can be useful to invoke by hand
so add a target for that.
GNUmakefile