blob: 09ecef36919d8c1afbaf58a0321be3266578b7f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -urN mpich-1.2.7p1.orig/romio/configure.in mpich-1.2.7p1/romio/configure.in
--- mpich-1.2.7p1.orig/romio/configure.in 2004-08-02 06:37:31.000000000 -0700
+++ mpich-1.2.7p1/romio/configure.in 2005-02-20 23:35:18.163959288 -0800
@@ -1621,7 +1621,7 @@
#
# Make sure we remove any configuration file incase there is out-of-date data.
# We remove the version in include in case this is a vpath build
-rm -f adio/include/romioconf.h ${use_top_srcdir}/src/mpi/romio/adio/include/romioconf.h ${use_top_srcdir}/adio/include/romioconf.h
+rm -f adio/include/romioconf.h
#
# Create makefiles for all of the adio devices. Only the ones that
# are active will be called by the top level ROMIO make
|