From e15b4536d6ceb3481430046199466e89ac94be3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Thu, 28 Feb 2008 21:51:56 +0000 Subject: [PATCH] revert the -rpath; no doxygen during etics-build --- org.glite.lb.client/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 458a6bc..ee711aa 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -110,7 +110,7 @@ endif COMPILE:=libtool --mode=compile ${CC} ${CFLAGS} CXXCOMPILE:=libtool --mode=compile ${CXX} ${CXXFLAGS} LINK:=libtool --mode=link ${CC} ${LDFLAGS} -LINKXX:=libtool --mode=link ${CXX} -rpath ${stagedir}/lib ${LDFLAGS} +LINKXX:=libtool --mode=link ${CXX} ${LDFLAGS} INSTALL:=libtool --mode=install install LIBOBJS:=connection.o consumer.o notification.o prod_proto.o \ @@ -289,7 +289,9 @@ stage: compile $(MAKE) install PREFIX=${stagedir} # TODO: restructuring - cleanup the documentation -doc: generate +doc: + +olddoc: generate cp ${top_srcdir}/doc/*.dox . echo "PROJECT_NUMBER = ${version}" >> C.dox echo "PROJECT_NUMBER = ${version}" >> CPP.dox -- 1.8.2.3