From 12a3fe57e1792fa8fddc2f2c1d047da9e0e355f1 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 6 Jun 2008 01:20:47 +0000 Subject: [PATCH] As pointed out by Ralf W. (http://www.open-mpi.org/community/lists/devel/2008/06/4095.php), these dependencies don't need to be here. This commit was SVN r18603. --- opal/mca/paffinity/linux/plpa/src/plpa-taskset/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/opal/mca/paffinity/linux/plpa/src/plpa-taskset/Makefile.am b/opal/mca/paffinity/linux/plpa/src/plpa-taskset/Makefile.am index 7e47c04e41..a32deba1f5 100644 --- a/opal/mca/paffinity/linux/plpa/src/plpa-taskset/Makefile.am +++ b/opal/mca/paffinity/linux/plpa/src/plpa-taskset/Makefile.am @@ -4,7 +4,7 @@ # Corporation. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2007-2008 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -22,11 +22,6 @@ if PLPA_BUILD_EXECUTABLES bin_PROGRAMS += plpa-taskset endif -# Force recognition that tokens.h is generated via tokens.c; there's a -# rule to create tokens.c from tokens.y. -tokens.c: tokens.y -tokens.h: tokens.c - # Force parser.c to be re-compiled when tokens.h is re-generated parser.c: tokens.h