From 93c6416128102a52debff9e41d65aa943a4486ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Tue, 11 May 2010 14:11:22 +0000 Subject: [PATCH] Revert the previous change. --- org.glite.lb.client/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index c922a29..40eeabf 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -349,8 +349,6 @@ endif ${INSTALL} -m 755 ${top_srcdir}/examples/notify.pl ${PREFIX}/examples/glite-lb-notify.pl ${INSTALL} -m 644 ${MAN_GZ} ${PREFIX}/share/man/man1 ${INSTALL} -m 644 ${MAN8_GZ} ${PREFIX}/share/man/man8 - sed "s/%LIBDIR%/${libdir}/" ${top_srcdir}/m4/glite_lb_client.m4 > glite_lb_client.m4 - ${INSTALL} -m 644 glite_lb_client.m4 ${PREFIX}/share/build/m4/ sed "s/%LIBDIR%/${libdir}/" ${top_srcdir}/m4/glite_lb.m4 > glite_lb.m4 ${INSTALL} -m 644 glite_lb.m4 ${PREFIX}/share/build/m4/ -- 1.8.2.3