]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/commitdiff
Fixed bug in Makefile.
authorJianzhongXu <a0869574@ti.com>
Tue, 10 Feb 2015 21:59:01 +0000 (16:59 -0500)
committerJianzhongXu <a0869574@ti.com>
Tue, 10 Feb 2015 21:59:01 +0000 (16:59 -0500)
Makefile

index cdb523f9f82b087ed2eb1b98aac25088a8e127ac..52761981520956b010f211333474533487e5152d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 
 DESTDIR = "/evmk2h_nfs"
 
 
 DESTDIR = "/evmk2h_nfs"
 
-.PHONY: clean ARMonly linalg install build
+.PHONY: clean ARMonly linalg install build prebuild
 
 LINALG_BLIS_DIR     = blis
 LINALG_CBLAS_DIR    = cblas
 
 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
        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
 
        
\ No newline at end of file