From: H.G. Muller Date: Wed, 8 Dec 2010 09:03:32 +0000 (+0100) Subject: Fix Makefile make-dist X-Git-Tag: 4.8Q X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=c7a129ead81286990efb8409f238c48c7109c83b Fix Makefile make-dist 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, --- diff --git a/Makefile b/Makefile index 08d5a2c..909654f 100644 --- 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