aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2021-07-30 05:01:55 -0500
committerPjotr Prins2021-08-26 09:16:34 +0200
commitdb79f4eb0b1d8f42a98759443e14d5f83719566a (patch)
tree6fd1d50de36ed7a7f8e6b90a5521be15bbf3c2a9 /Makefile
parent17d8a23cfdaaa919480414e4979383e0ceb959b7 (diff)
downloadpangemma-db79f4eb0b1d8f42a98759443e14d5f83719566a.tar.gz
Merging the test changes from the Debian tree and changing some other tests
to enhance reproducibility.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)