Rebuild after man pages update fix (rare bug which will happen once for 10 years).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 29 Apr 2008 10:13:06 +0000 (10:13 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 29 Apr 2008 10:13:06 +0000 (10:13 +0000)
org.glite.lb.client/Makefile

index a36a170..522a961 100644 (file)
@@ -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 $<