2009-11-03 H.J. Lu <hongjiu.lu@intel.com>

* po/Make-in (.po.gmo): Don't generate .gmo files in source
	tree.
This commit is contained in:
H.J. Lu 2009-11-03 14:43:10 +00:00
parent b06adb8115
commit 03c1939be4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-11-03 H.J. Lu <hongjiu.lu@intel.com>
* po/Make-in (.po.gmo): Don't generate .gmo files in source
tree.
2009-10-30 Doug Kwan <dougkwan@google.com>
* arm.cc (Stub_addend_reader): Fix bug in previouls check-in.

View File

@ -73,7 +73,7 @@ INSTOBJEXT = @INSTOBJEXT@
$(MSGFMT) -o $@ $<
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
file=`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
.po.cat: