Rebuild after man pages update fix.
authorJiří Filipovič <fila@ics.muni.cz>
Tue, 29 Apr 2008 13:37:06 +0000 (13:37 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Tue, 29 Apr 2008 13:37:06 +0000 (13:37 +0000)
org.glite.lb.logger/Makefile

index 4003f2a..8e87afd 100644 (file)
@@ -146,8 +146,9 @@ glite-lb-ws-interlogd: ${INTERLOG_WOBJS}
 #              ${COMMON_LIB}_${thrflavour}
 
 ${MAN_GZ}: ${MAN}
+       rm -f ${MAN_GZ} ${MAN}
        cp $? .
-       gzip $(notdir $?)
+       gzip -f $(notdir $?)
 
 man: ${MAN_GZ}