changeset 6684:b0e6ff889eb3 octave-forge

change mpicc to mpiCC
author mcreel
date Thu, 11 Feb 2010 11:18:43 +0000
parents 25b281b607a1
children 81e660f66ce0
files extra/openmpi_ext/src/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/openmpi_ext/src/Makefile	Wed Feb 10 22:22:21 2010 +0000
+++ b/extra/openmpi_ext/src/Makefile	Thu Feb 11 11:18:43 2010 +0000
@@ -1,4 +1,4 @@
-MPICC = mpicc
+MPICC := mpiCC
 JUNK := $(shell $(MPICC) -showme:compile)
 MPIINC := $(shell echo $(JUNK) | sed -e "s/-pthread/-lpthread/g")
 JUNK := $(shell $(MPICC) -showme:link)