From: Lev Lamberov Date: Thu, 3 Nov 2016 07:29:53 +0000 (+0500) Subject: Make build reproducible. Thanks to Reiner Herrmann for providing patch. (#111) X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=51b5210e3f28c81cc0972c1ff23f2e7b15f8f233 Make build reproducible. Thanks to Reiner Herrmann for providing patch. (#111) --- diff --git a/Makefile b/Makefile index 15fd54c..564466f 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ UNAME_S := $(shell uname -s 2>/dev/null || echo not) -SOURCES = $(wildcard src/*.c) +SOURCES = $(sort $(wildcard src/*.c)) OBJECTS = $(SOURCES:.c=.o) TARGET = mdp DESTDIR =