]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Deactivate implicit make rules.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Oct 2015 01:58:43 +0000 (01:58 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jan 2016 11:58:52 +0000 (12:58 +0100)
Without this, make might execute commands defined by implicit
rules. This can cause subtle build errors that are hard to debug.

To make this work we need to define CC though, and RM must not be
defined through the =? operator.


No differences found