Fix Makefile make-dist 4.8Q
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 8 Dec 2010 09:03:32 +0000 (10:03 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 8 Dec 2010 09:03:32 +0000 (10:03 +0100)
The md5sums were copied to the distribution folder, while they were
generated later from it anyway, and this caused an error in 'make
dist' after 'make dist-clean', as the latter removes md5sums.
dist-clean,

Makefile

index 08d5a2c..909654f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ dist:
        install -d -m0755 Fairy-Max
        install -d -m0755 Fairy-Max/data
        rm -f fairymax.tar fairymax.tar.gz
-       cp fairymax.c maxqi.c fairymax.pod Makefile README changelog copyright md5sums Fairy-Max
+       cp fairymax.c maxqi.c fairymax.pod Makefile README changelog copyright Fairy-Max
        cp data/* Fairy-Max/data
        md5 Fairy-Max/* Fairy-Max/data/* > Fairy-Max/md5sums
        tar -cvvf fairymax.tar Fairy-Max