1
1

No need to include the generated files in the tarball. Thanks to

Eugene for pointing this out.

This commit was SVN r26339.
Этот коммит содержится в:
Jeff Squyres 2012-04-25 14:19:18 +00:00
родитель 8fbcf375da
Коммит 501a86afe1
2 изменённых файлов: 3 добавлений и 4 удалений

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

@ -67,7 +67,7 @@ pkgconfig_DATA = ompi.pc ompi-c.pc ompi-cxx.pc ompi-fort.pc
man_MANS = $(man_pages)
dist_pkgdata_DATA = \
nodist_pkgdata_DATA = \
mpicc-wrapper-data.txt \
mpic++-wrapper-data.txt \
mpifort-wrapper-data.txt

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

@ -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) 2006-2010 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -26,11 +26,10 @@ if !ORTE_DISABLE_FULL_SUPPORT
bin_SCRIPTS = orte_wrapper_script
CLEANFILES += $(bin_SCRIPTS)
dist_pkgdata_DATA = \
nodist_pkgdata_DATA = \
ortecc-wrapper-data.txt \
ortec++-wrapper-data.txt
if OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
install-exec-hook-always:
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"