Am 26.04.2015 um 20:14 schrieb Mark Cave-Ayland:
Add an install target to the fcode-utils Makefiles for toke, detok and romheaders so that "make install" will work correctly.
Signed-off-by: John Arbuckle programmingkidx@gmail.com Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk
fcode-utils-devel/detok/Makefile | 4 ++++ fcode-utils-devel/romheaders/Makefile | 9 ++++++++- fcode-utils-devel/toke/Makefile | 4 ++++ 3 files changed, 16 insertions(+), 1 deletion(-)
Reviewed-by: Andreas Färber afaerber@suse.de
I trust that you've tested passing a different DESTDIR= from the command line? I'm always unsure when =, ?=, :=, etc. are needed.
Regards, Andreas