aboutsummaryrefslogtreecommitdiff
path: root/gprof/po/Make-in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/po/Make-in')
-rw-r--r--gprof/po/Make-in4
1 files changed, 1 insertions, 3 deletions
diff --git a/gprof/po/Make-in b/gprof/po/Make-in
index 864b49a..6176dbf 100644
--- a/gprof/po/Make-in
+++ b/gprof/po/Make-in
@@ -72,9 +72,7 @@ INSTOBJEXT = @INSTOBJEXT@
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && test -w $$file \
- && (rm -f $$file && $(GMSGFMT) -o $$file $< ) \
- || echo "$$file is not writable"
+ && rm -f $$file && $(GMSGFMT) -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \