Makefile.target: copy openGLES libraries only if they're old
authorIgor Mitsyanko <i.mitsyanko@samsung.com>
Wed, 25 Jul 2012 11:43:56 +0000 (15:43 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Fri, 27 Jul 2012 06:31:28 +0000 (10:31 +0400)
commit28a663b3b967719b0b4df2998c6fafd98c097806
treec39c99b2fded826caf2de49cb524f20f9f0073b5
parentf641569c2907eaacaa8a2c8391cc2c7c7f45d2c3
Makefile.target: copy openGLES libraries only if they're old

We want to replace GLES and EGL libraries used by qemu executable with
libraries pointed by QEMU configure script only if libraries were updated,
this should prevent unnesassary copy operation.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Makefile.target