From f313257022be8019a3f4f1dbc9fbfdbdf891b28b Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 28 Jul 2010 14:24:51 +0000 Subject: [PATCH] This file should really be distclean, not maintainer clean (it's not shipped in the tarball). This commit was SVN r23525. --- opal/asm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/asm/Makefile.am b/opal/asm/Makefile.am index 252e6eef4a..9d70146d93 100644 --- a/opal/asm/Makefile.am +++ b/opal/asm/Makefile.am @@ -74,7 +74,7 @@ EXTRA_DIST = \ clean-local: rm -f atomic-asm.S -maintainer-clean-local: +distclean-local: rm -f generated/atomic-local.s ######################################################################