diff --git a/src/Makefile b/src/Makefile index 7a06d8d9..cde2b943 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,7 +13,7 @@ else endif endif -sources := $(wildcard *.cc) +sources := $(sort $(wildcard *.cc)) objects := $(addprefix ., $(sources:.cc=$(suffix).o)) deps := $(addprefix ., $(sources:.cc=$(suffix).d)) docs := $(wildcard ../doc/manpages/*.asciidoc)