OSDN Git Service

2009-11-03 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Tue, 3 Nov 2009 23:43:10 +0000 (23:43 +0000)
committerhjl <hjl>
Tue, 3 Nov 2009 23:43:10 +0000 (23:43 +0000)
* po/Make-in (.po.gmo): Don't generate .gmo files in source
tree.

gold/ChangeLog
gold/po/Make-in

index e617cde..198ead3 100644 (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.
index 88ce78f..86ff314 100644 (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: