1
1

Do not use $(RM); BSD-flavored "make"s don't understand it. Instead,

just use "rm" -- everyone has that.  Thanks to Paul Hargrove for
identifying the issue.

This commit was SVN r25910.
Этот коммит содержится в:
Jeff Squyres 2012-02-13 22:13:38 +00:00
родитель 717b04f198
Коммит 1cab7579d4

Просмотреть файл

@ -70,7 +70,7 @@ ompi_info_SOURCES = \
ompi_info_LDADD = $(top_builddir)/ompi/libmpi.la
clean-local:
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || $(RM) -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || rm -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
distclean-local:
rm -f $(man_pages)