This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++ Makefile.in patch


Hi,
I've installed this obvious fix.

nathan

2001-12-16  Nathan Sidwell  <nathan@codesourcery.com>

	* po/Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.
	* po/Makefile.in: Regenerated.

Index: po/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/po/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -c -3 -p -r1.4 -r1.5
*** Makefile.am 2001/08/14 01:24:30     1.4
--- Makefile.am 2001/12/17 09:19:04     1.5
*************** DISTFILES = \
*** 41,47 ****
        $(LOCALE_IN) 
  
  .po.mo:
!       $(MSGFMT) $< -o $@
  
  all-local: all-local-@USE_NLS@
  all-local-no: 
--- 41,47 ----
        $(LOCALE_IN) 
  
  .po.mo:
!       $(MSGFMT) -o $@ $<
  
  all-local: all-local-@USE_NLS@
  all-local-no: 

-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]