]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Get rid of directory order-only dependencies.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Jan 2025 16:19:47 +0000 (17:19 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 Mar 2025 00:51:36 +0000 (01:51 +0100)
commit447eb3befdc74caafbffb275ef5507505a5398c6
treecccfc4d8e6749d477b618e49c191c4a94a9f9ba7
parent506cebfcd213c46d30c9642b9c4e49675aa52bee
build: Get rid of directory order-only dependencies.

They only clutter the Makefile for no good reason. Just create all
build directories beforehand when running ./version-gen.sh.

One order-only dependency remains: We want to invoke the compiler
only after all generated .h files have been created. Otherwise the
.d files may be created incorrectly.
Makefile.real
m4/lls/makefile
yy/makefile