-
Committer:
John Arbash Meinel
-
Author(s):
Bernhard Voelker
-
Date:
2009-10-19 15:14:04 UTC
-
mto:
(4634.77.8 2.0)
-
mto:
This revision was merged to the branch mainline in
revision
4770.
-
Revision ID:
john@arbash-meinel.com-20091019151404-cfpmjik7hdhfbq3u
Change Makefile to avoid a GNUism
Basically change all ':=' lines into plain '=' lines.
This means that variables will be expanded as requested, rather than expanded
one time when they are defined.
It makes the Makefile compatible with non-gnu 'make' programs:
http://www.gnu.org/software/make/manual/make.html#Flavors