From 9c2094019018c71eecb697b0e00243664a61b46d Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sun, 21 Sep 2014 14:26:19 +0000 Subject: [PATCH] Remove mpif-sizeof.h during distclean This commit was SVN r32771. --- ompi/include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/include/Makefile.am b/ompi/include/Makefile.am index d9446e9265..9b7209427b 100644 --- a/ompi/include/Makefile.am +++ b/ompi/include/Makefile.am @@ -101,7 +101,7 @@ CLEANFILES = mpif-sizeof.f90 # Remove the auto-generated files (they are generated by configure) # Since there is no mpi-ext.h.in, autogen does not know to cleanup this file. distclean-local: - rm -f mpi-ext.h mpif-ext.h mpi_portable_platform.h + rm -f mpi-ext.h mpif-ext.h mpi_portable_platform.h mpif-sizeof.h mpi_portable_platform.h: $(top_srcdir)/opal/include/opal/opal_portable_platform.h $(OMPI_V_LN_S) $(LN_S) $(top_srcdir)/opal/include/opal/opal_portable_platform.h mpi_portable_platform.h