diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-08-19 17:18:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-08-19 17:18:22 +0000 |
commit | 2aa26bce30a3a1d46979a011d85928dda927932c (patch) | |
tree | dad833279ee22acba0bee47b481cb7288d69bacf /Makefile | |
parent | 42398166645c00f43738696d33277e220123323e (diff) | |
download | skalibs-2aa26bce30a3a1d46979a011d85928dda927932c.tar.xz |
Add more reproducibility to the build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |