1
1

Can just use the built-in _SCRIPTS suffix.

This commit was SVN r20440.
Этот коммит содержится в:
Jeff Squyres 2009-02-05 12:21:56 +00:00
родитель 5ae9fd9865
Коммит eaeed0402c

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

@ -9,7 +9,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
# $COPYRIGHT$
#
@ -18,21 +18,10 @@
# $HEADER$
#
include $(top_srcdir)/Makefile.man-page-rules
if !ORTE_DISABLE_FULL_SUPPORT
if OMPI_INSTALL_BINARIES
install-exec-hook:
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
cp $(top_srcdir)/orte/tools/orte-bootproxy/orte-bootproxy.sh $(DESTDIR)$(bindir)
chmod 755 $(DESTDIR)$(bindir)/orte-bootproxy.sh
dist_bin_SCRIPTS = orte-bootproxy.sh
endif # OMPI_INSTALL_BINARIES
uninstall-local:
rm -f $(DESTDIR)$(bindir)/orte-bootproxy.sh
endif # !ORTE_DISABLE_FULL_SUPPORT
distclean-local: