From: František Dvořák Date: Tue, 29 Apr 2008 10:13:06 +0000 (+0000) Subject: Rebuild after man pages update fix (rare bug which will happen once for 10 years). X-Git-Tag: glite-yaim-lb_R_4_0_2_1~60 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0e43a003aae78720f0c962c2944efb8e3f2532a8;p=jra1mw.git Rebuild after man pages update fix (rare bug which will happen once for 10 years). --- diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index a36a170..522a961 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -237,7 +237,7 @@ ${MAN_GZ}: ${MAN} ${MAN8_GZ}: ${MAN8} cp $? . - gzip $(notdir $?) + gzip -f $(notdir $?) perftest_logjobs.o: perftest_logjobs.c ${CC} ${CFLAGS} -DLB_PERF_DROP -c $<