Unbreak "dist" target for fresh trees
authorsven.panne@aedion.de <unknown>
Sun, 23 Sep 2007 09:43:58 +0000 (09:43 +0000)
committersven.panne@aedion.de <unknown>
Sun, 23 Sep 2007 09:43:58 +0000 (09:43 +0000)
commit091868cfcf246aca64d80c779fa48c903c24831d
treeccd15361b943bd3990559ed11e3beea750ecbfce
parent34690bfd1e7a0e3a1cde6d688d4ba2e6f9170b69
Unbreak "dist" target for fresh trees
The previous hack to include Parser.hs in source distros broke the possibility
of doing a "make dist" in a fresh tree, i.e. one which has just been checked
out and configured, but *not* built. Of course you will need Happy for such a
source distro later, but at least the freedom to do this is important.

The ultimate goal should be that something like "make dist" will work in a
freshly checked out tree, with no prerequisite steps (this is very common in
most projects). We should move towards that goal, not away from it...

MERGE TO STABLE
Makefile