[cig-commits] r21267 - seismo/2D/SPECFEM2D/trunk/src/meshfem2D/scotch_5.1.12b/src

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Jan 17 09:19:38 PST 2013


Author: dkomati1
Date: 2013-01-17 09:19:38 -0800 (Thu, 17 Jan 2013)
New Revision: 21267

Modified:
   seismo/2D/SPECFEM2D/trunk/src/meshfem2D/scotch_5.1.12b/src/Makefile
Log:
force creation of scotch*.h after a "make realclean"


Modified: seismo/2D/SPECFEM2D/trunk/src/meshfem2D/scotch_5.1.12b/src/Makefile
===================================================================
--- seismo/2D/SPECFEM2D/trunk/src/meshfem2D/scotch_5.1.12b/src/Makefile	2013-01-17 12:36:27 UTC (rev 21266)
+++ seismo/2D/SPECFEM2D/trunk/src/meshfem2D/scotch_5.1.12b/src/Makefile	2013-01-17 17:19:38 UTC (rev 21267)
@@ -90,7 +90,7 @@
 					-$(MKDIR) $(mandir)/man1
 
 scotch				:	required
-					(cd libscotch ;      $(MAKE) VERSION=$(VERSION) RELEASE=$(RELEASE) PATCHLEVEL=$(PATCHLEVEL) scotch && $(MAKE) install)
+					(cd libscotch ;      $(MAKE) VERSION=$(VERSION) RELEASE=$(RELEASE) PATCHLEVEL=$(PATCHLEVEL) scotch.h scotchf.h scotch && $(MAKE) install)
 					(cd scotch ;         $(MAKE) VERSION=$(VERSION) RELEASE=$(RELEASE) PATCHLEVEL=$(PATCHLEVEL) scotch && $(MAKE) install)
 					(cd libscotchmetis ; $(MAKE)                                                                scotch && $(MAKE) install)
 



More information about the CIG-COMMITS mailing list