From 2aa26bce30a3a1d46979a011d85928dda927932c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 19 Aug 2019 17:18:22 +0000 Subject: Add more reproducibility to the build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0724394..80c158b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ INSTALL := ./tools/install.sh TYPES := size uid gid pid time dev ino -ALL_SRCS := $(wildcard src/lib*/*.c) +ALL_SRCS := $(sort $(wildcard src/lib*/*.c)) ALL_DOBJS := $(ALL_SRCS:%.c=%.lo) ifeq ($(strip $(STATIC_LIBS_ARE_PIC)),) ALL_SOBJS := $(ALL_SRCS:%.c=%.o) -- cgit v1.2.3