summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/po/Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/texinfo/po/Makefile.in.in')
-rw-r--r--gnu/usr.bin/texinfo/po/Makefile.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/po/Makefile.in.in b/gnu/usr.bin/texinfo/po/Makefile.in.in
index 6fd1820110c..7ce46b12122 100644
--- a/gnu/usr.bin/texinfo/po/Makefile.in.in
+++ b/gnu/usr.bin/texinfo/po/Makefile.in.in
@@ -77,9 +77,9 @@ INSTOBJEXT = @INSTOBJEXT@
.po.mo:
$(MSGFMT) -o $@ $<
-.po.gmo:
- file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) -o $$file $<
+#.po.gmo:
+# file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
+# && rm -f $$file && $(GMSGFMT) -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \