diff options
author | 1997-08-22 01:38:05 +0000 | |
---|---|---|
committer | 1997-08-22 01:38:05 +0000 | |
commit | 12016f7306f2ca64d0898a7f0e2f177c11b8fd97 (patch) | |
tree | acff6f1216511e99c9714d9ed07f932196401d78 | |
parent | theo said we don't need 'cd' command (diff) | |
download | wireguard-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.in | 6 |
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 \ |