Description: disable mkdate, keep versdate.h at original
  this is supposed to help with reproducibility
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Forwarded: not-needed
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ atophide:	atophide.o
 		$(CC) atophide.o -o atophide -lz $(LDFLAGS)
 
 clean:
-		rm -f *.o atop atopsar atopacctd atopconvert atopcat versdate.h
+		rm -f *.o atop atopsar atopacctd atopconvert atopcat
 
 distr:
 		rm -f *.o atop
@@ -186,7 +186,7 @@ genericinstall:	atop atopacctd atopconve
 ##########################################################################
 
 versdate.h:
-		./mkdate
+		#./mkdate
 
 atop.o:		atop.h	photoproc.h photosyst.h  acctproc.h showgeneric.h
 atopsar.o:	atop.h	photoproc.h photosyst.h                           
