added rule to Makefile to ensure reproducible builds
authorHolger Schemel <info@artsoft.org>
Wed, 28 Sep 2022 15:40:44 +0000 (17:40 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 28 Sep 2022 15:40:44 +0000 (17:40 +0200)
commitb673c50e011ccbc96146ed5533da9c508fcc8533
tree778ee392889ead4484249bf7cff203ef557a82e0
parent77c205677b99af7f0dd31e8833887d75e89db7d1
added rule to Makefile to ensure reproducible builds

Declare build dependency to ensure consistent make execution order.
See https://reproducible-builds.org/ for why this is good.

Without this patch, parallelism would make a difference in
the produced config.o

This patch was done while working on reproducible builds for openSUSE.

Thanks to Bernhard M. Wiedemann for this patch!
src/Makefile