summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-08-22 01:38:05 +0000
committermillert <millert@openbsd.org>1997-08-22 01:38:05 +0000
commit12016f7306f2ca64d0898a7f0e2f177c11b8fd97 (patch)
treeacff6f1216511e99c9714d9ed07f932196401d78
parenttheo said we don't need 'cd' command (diff)
downloadwireguard-openbsd-12016f7306f2ca64d0898a7f0e2f177c11b8fd97.tar.xz
wireguard-openbsd-12016f7306f2ca64d0898a7f0e2f177c11b8fd97.zip
Comment out rule to build *.gmo from *.po since the tools to do so are
not in the tree and we can't count on timestamps.
-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 \