From b16e43f489f055f75b6bca413f2008ef07a3a1ac Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 18 May 2012 15:27:04 +0000 Subject: [PATCH] Silence a warning on Mac This commit was SVN r26449. --- orte/tools/allocators/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orte/tools/allocators/Makefile.am b/orte/tools/allocators/Makefile.am index b642f00d77..725ed3d333 100644 --- a/orte/tools/allocators/Makefile.am +++ b/orte/tools/allocators/Makefile.am @@ -12,6 +12,8 @@ include $(top_srcdir)/Makefile.man-page-rules man_pages = hdfsalloc.1 EXTRA_DIST = $(man_pages:.1=.1in) +# silence a complaint on Mac - won't affect anything else +AM_CPPFLAGS = -DTARGET_RT_MAC_CFM=0 bin_PROGRAMS =