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:
parent
b06adb8115
commit
03c1939be4
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue