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.
Этот коммит содержится в:
родитель
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)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user