chiark / gitweb /
TopGit: small Makefile nitpichink
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 24 Oct 2008 10:54:24 +0000 (12:54 +0200)
committerPetr Baudis <pasky@suse.cz>
Fri, 7 Nov 2008 21:24:03 +0000 (22:24 +0100)
commit994cab188cba4f990cabc88e3ec804899a26e848
treef4c0c33ba4a6dd9ccf9bc6ec91552e06b34136e6
parent1651bde1e53f88c7f51a6cad2431b689d843a273
TopGit: small Makefile nitpichink

Make 'prefix' replacement more explicit using ?=

Use simple substitution assignment := when there are some expansions in
place.  This is a good practice to speed up builds, maybe not particularly
useful with such a simple Makefile.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Makefile