Makefile: out-of-tree fix for uclibc 0.9.31
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 5 Apr 2010 08:44:54 +0000 (10:44 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 5 Apr 2010 08:44:54 +0000 (10:44 +0200)
commitcd61ea772be42338b733ac750ba653be19728e9f
tree0df54353987351b9de82f97d08981c62663b7999
parentf94830d0e5a409b2e2dc30a4e002c180fe09ec4e
Makefile: out-of-tree fix for uclibc 0.9.31

Strangely enough O is still passed to submakes with MAKEOVERRIDES
(with make 3.81 atleast), the only thing that changes is the output
of the origin function (command line -> environment).
Unfortunately some packages don't look at origin (E.G. uClibc 0.9.31+)
To really make O go away, we have to override it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile