From db79f4eb0b1d8f42a98759443e14d5f83719566a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 30 Jul 2021 05:01:55 -0500 Subject: Merging the test changes from the Debian tree and changing some other tests to enhance reproducibility. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 662584c..b0b7750 100644 --- a/Makefile +++ b/Makefile @@ -203,8 +203,8 @@ ifdef WITH_LAPACK endif endif -HDR = $(wildcard src/*.h) ./src/version.h -SOURCES = $(wildcard src/*.cpp) +HDR = $(sort $(wildcard src/*.h)) ./src/version.h +SOURCES = $(sort $(wildcard src/*.cpp)) # all OBJS = $(SOURCES:.cpp=.o) -- cgit v1.2.3