Don't use binaries directly in Makefile
commit6a88c1a3632b091d31711f88cd616aa97ab1ccc0
authorTobias Rehbein <tobias.rehbein@web.de>
Mon, 11 May 2009 17:31:34 +0000 (11 19:31 +0200)
committerTobias Rehbein <tobias.rehbein@web.de>
Mon, 11 May 2009 17:34:10 +0000 (11 19:34 +0200)
tree8358e95c77b0a675f8b770e246ff57714310a6fa
parent8d28a431d7f70bbbe22cb0d5c20406dc9cf2b2e9
Don't use binaries directly in Makefile

Instead of calling binaries directly in the Makefile assign them
to variables and use these.

 * declare variables for binaries used in the Makefile
 * use these variebles to invoke the binaries
Makefile