summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-av
blob: 62d8bdf38e3886fc27102eb17fed58c9d788bf57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-av,v 1.1 2003/03/27 21:07:06 jschauma Exp $

--- Makefile.in.orig	Thu Mar 27 10:51:11 2003
+++ Makefile.in	Thu Mar 27 10:52:47 2003
@@ -711,10 +711,9 @@
 # Install adds ALL of the examples to the installation area
 # This is an initial version.
 install-all: install
-	(rm $(PREFIX)/examples/*)
-	-$(CPRP) -r examples $(PREFIX)
+	-$(CPRP) -r examples/* $(PREFIX)/share/examples/mpi-ch
 	# Update the makefiles
-	(cd $(PREFIX)/examples ; \
+	(cd $(PREFIX)/share/examples/mpi-ch ; \
 		$(bindir)/mpireconfig Makefile ; \
 		for dir in `find . -type d -print` ; do \
 			(cd $$dir ; \