From c7a129ead81286990efb8409f238c48c7109c83b Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Wed, 8 Dec 2010 10:03:32 +0100 Subject: [PATCH] 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, --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.0.4