From 501a86afe1dbf61a7a2122983be902e400e76052 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 25 Apr 2012 14:19:18 +0000 Subject: [PATCH] No need to include the generated files in the tarball. Thanks to Eugene for pointing this out. This commit was SVN r26339. --- ompi/tools/wrappers/Makefile.am | 2 +- orte/tools/wrappers/Makefile.am | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ompi/tools/wrappers/Makefile.am b/ompi/tools/wrappers/Makefile.am index b432fc88ff..204a4ae2f7 100644 --- a/ompi/tools/wrappers/Makefile.am +++ b/ompi/tools/wrappers/Makefile.am @@ -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 diff --git a/orte/tools/wrappers/Makefile.am b/orte/tools/wrappers/Makefile.am index b80ca36358..c319679f24 100644 --- a/orte/tools/wrappers/Makefile.am +++ b/orte/tools/wrappers/Makefile.am @@ -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)"