diff options
Diffstat (limited to 'gprof/po/Make-in')
-rw-r--r-- | gprof/po/Make-in | 4 |
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 \ |