Fix the makefile dist rule
authorIustin Pop <iustin@google.com>
Tue, 21 Apr 2009 07:05:52 +0000 (09:05 +0200)
committerIustin Pop <iustin@google.com>
Tue, 21 Apr 2009 07:05:52 +0000 (09:05 +0200)
commitf438b9b3be110337ea946607fd018864262f5ae6
treee5e1f9043ee9d823b2de3f3cd1c1662eb96aeb85
parent4847054807eba7d1c672bc9c39cf2653626324ef
Fix the makefile dist rule

It was missing a dependency on the Version.hs file, so right after “make
clean”, a “make dist” used to fail.
Makefile