From ab543fce581e7e501b29600d2f3a2580ae974074 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 20 Mar 2012 21:21:49 +0000 Subject: [PATCH] We have no common components in opal any more, so we can remove this directory. This commit was SVN r26169. --- opal/mca/common/Makefile.am | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 opal/mca/common/Makefile.am diff --git a/opal/mca/common/Makefile.am b/opal/mca/common/Makefile.am deleted file mode 100644 index 7a98f413d7..0000000000 --- a/opal/mca/common/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -# -# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana -# University Research and Technology -# Corporation. All rights reserved. -# Copyright (c) 2004-2005 The University of Tennessee and The University -# of Tennessee Research Foundation. All rights -# reserved. -# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, -# University of Stuttgart. All rights reserved. -# Copyright (c) 2004-2005 The Regents of the University of California. -# All rights reserved. -# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. -# $COPYRIGHT$ -# -# Additional copyrights may follow -# -# $HEADER$ -# - -# Note that this file must exist, even though it is empty (there is no -# "base" directory for the common framework). autogen.pl and -# ompi_mca.m4 assume that every framework has a top-level Makefile.am. -# We *could* adjust the framework glue code to exclude "common" from -# this requirement, but it's just a lot easier to have an empty -# Makefile.am here.