]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Remove the .PRECIOUS target.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 2 Jan 2025 00:06:03 +0000 (01:06 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 Mar 2025 00:51:36 +0000 (01:51 +0100)
commit00098fe1f78013335c44d6e5c4082367057a5fd7
treefb41ae9c8538746ea94e4fd7399b3f9ae4cd5534
parentbaf345a6e3be92e478bc81f54ff7e15ab2c10e75
build: Remove the .PRECIOUS target.

Instruct make(1) to never remove any intermediate files by defining
.SECONDARY. This way we don't need to maintain the list of precious
targets.
Makefile.real
m4/lls/makefile
yy/makefile