1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
From: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun, 25 May 2025 20:54:51 +0200
Subject: disable mkdate, keep versdate.h at original
Forwarded: not-needed
this is supposed to help with reproducibility
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 3a73bd2..7894555 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ atophide: atophide.o
$(CC) atophide.o -o atophide -lz $(LDFLAGS)
clean:
- rm -f *.o atop atopsar atopacctd atopconvert atopcat atophide versdate.h
+ rm -f *.o atop atopsar atopacctd atopconvert atopcat atophide
distr:
rm -f *.o atop
@@ -195,7 +195,7 @@ genericinstall: atop atopacctd atopconvert atopcat atophide
##########################################################################
versdate.h:
- ./mkdate
+ #./mkdate
atop.o: atop.h photoproc.h photosyst.h acctproc.h showgeneric.h
atopsar.o: atop.h photoproc.h photosyst.h
|