]> git.tue.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>
Mon, 20 Jan 2025 21:06:33 +0000 (22:06 +0100)
commitbf0449388c87d377bec1b365b5bf81807cb288d2
tree444187bdfcde65d9f1068b94cacfa8644731d04c
parenta52ac4e207e8088f317dd2ec6ea940e5268e4569
build: Get rid of directory order-only dependencies.

They only clutter the Makefile for no good reason. Just create all
build directories beforehand.

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