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)
commitde86b880e37b54167ed21198d99156b0acb657d3
tree25624753cc41c89359f373a19112db2ea80991d2
parent7eab3b26d6c5094ad13bf64ac07eaed57f7b69a0
Deactivate implicit make rules.

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.
Makefile.real
t/makefile.test