From 5be31ff02cfcdb3e85486b6057c25db66bef8919 Mon Sep 17 00:00:00 2001 From: sageweil Date: Sat, 29 Sep 2007 00:16:56 +0000 Subject: [PATCH] build newsyn properly git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1866 29311d96-e01e-0410-9327-a35deaab8ce9 --- branches/sage/mds/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branches/sage/mds/Makefile b/branches/sage/mds/Makefile index 721afa27e4bb7..0b486be4efab9 100644 --- a/branches/sage/mds/Makefile +++ b/branches/sage/mds/Makefile @@ -13,7 +13,7 @@ # on issdm, it's /usr/local/mpich2/bin. # Hook for extra -I options, etc. -EXTRA_CFLAGS = -O3 -g #-I${HOME}/include -L${HOME}/lib +EXTRA_CFLAGS = -O3 -pg -g #-I${HOME}/include -L${HOME}/lib # base CFLAGS = -Wall -I. -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE ${EXTRA_CFLAGS} @@ -196,7 +196,7 @@ fakesyn: fakesyn.o mon.o mds.o client.o osd.o ebofs.o osdc.o msg/FakeMessenger.o # mpi startup -newsyn: newsyn.o mon.o mds.o client.o osd.o ebofs.o osdc.o msg/SimpleMessenger.o common.o +newsyn: newsyn.cc mon.o mds.o client.o osd.o ebofs.o osdc.o msg/SimpleMessenger.o common.o ${MPICC} ${MPICFLAGS} ${MPILIBS} $^ -o $@ -- 2.39.5