From: JianzhongXu Date: Tue, 10 Feb 2015 21:59:01 +0000 (-0500) Subject: Fixed bug in Makefile. X-Git-Tag: 0.0.1.0~6 X-Git-Url: https://git.ti.com/gitweb?p=dense-linear-algebra-libraries%2Flinalg.git;a=commitdiff_plain;h=abf0ff2495a8ecfa8dc9c38a403ae7556f609819;ds=sidebyside Fixed bug in Makefile. --- diff --git a/Makefile b/Makefile index cdb523f..5276198 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DESTDIR = "/evmk2h_nfs" -.PHONY: clean ARMonly linalg install build +.PHONY: clean ARMonly linalg install build prebuild LINALG_BLIS_DIR = blis LINALG_CBLAS_DIR = cblas @@ -40,6 +40,6 @@ install: install -m 755 -d ${DESTDIR}/usr/lib install -m 755 -d ${DESTDIR}/usr/share/ti/examples/linalg cp $(LINALG_BLISACC_DIR)/lib/libcblas_armplusdsp.a ${DESTDIR}/usr/lib - cp $(LINALG_BLIS_DIR)/install/arm/lib/libblis-*-cortex-a15.a /usr/lib/libblis.a + cp $(LINALG_BLIS_DIR)/install/arm/lib/libblis-*-cortex-a15.a ${DESTDIR}/usr/lib/libblis.a \ No newline at end of file