From: Martin Kroeker Date: Wed, 11 Jan 2017 16:40:06 +0000 (+0100) Subject: Update Makefile.install (#1064) X-Git-Tag: upstream/0.2.20^2~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e5f906f418bd5754a8d330bdc69e34603fbb99e;p=platform%2Fupstream%2Fopenblas.git Update Makefile.install (#1064) * Update Makefile.install to reflect name change of lapacke_mangling.h source --- diff --git a/Makefile.install b/Makefile.install index 1b9388a..47cdb33 100644 --- a/Makefile.install +++ b/Makefile.install @@ -50,7 +50,7 @@ ifndef NO_LAPACKE @echo Copying LAPACKE header files to $(DESTDIR)$(OPENBLAS_INCLUDE_DIR) @-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke.h "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke.h" @-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke_config.h "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke_config.h" - @-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke_mangling_with_flags.h "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke_mangling.h" + @-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke_mangling_with_flags.h.in "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke_mangling.h" @-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke_utils.h "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke_utils.h" endif