makekeys: fix cross-compilation
authorPekka Paalanen <ppaalanen@gmail.com>
Tue, 8 May 2012 08:46:58 +0000 (11:46 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 9 May 2012 14:24:50 +0000 (15:24 +0100)
commitbdbb3ac455573413822f2314eb3ea9c76165991a
treeb89e4267ae237dbce6cd09051b256695d5e7d429
parentf9fa740fd53e3b57374b674527b2a5a55431349b
makekeys: fix cross-compilation

makekeys must be built with the build-native compiler, not with $(CC)
which is the cross-compiler. The only sane way to achieve this seems to
be to use a separate Makefile.am for it.

This patch fixes the problem apparently caused by:

commit b5efe41f190cbb76eb1ca8ddf0c96990ddb83704
Author: Ran Benita <ran234@gmail.com>
Date:   Sat Mar 24 04:48:31 2012 +0200

    Make build non-recursive

There is no such thing as makekeys_makekeys_CC in automake.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Makefile.am
configure.ac
makekeys/Makefile.am [new file with mode: 0644]