From 66b55e31a95c798f44fafcdfb2aceedc6477fabf Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Fri, 8 Jan 2016 21:30:23 -0500 Subject: [PATCH] ear/extract/Makefile: Setting time stamp of extract to that of source - For reproducible builds in Debian packages --- ear/extract/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ear/extract/Makefile b/ear/extract/Makefile index 69c34e3..6817153 100644 --- a/ear/extract/Makefile +++ b/ear/extract/Makefile @@ -220,6 +220,9 @@ endif else $(AR) rcs $(TARGET) $(OBJECTS) $(LIBS) endif +ifdef DEBIAN_PACKAGE + touch -r extract.ec $(OBJ)extract.c $(OBJ)$(MODULE).main.ec $(OBJ)$(MODULE).main.c $(OBJECTS) $(SYMBOLS) $(TARGET) +endif # SYMBOL RULES -- 1.8.3.1