This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Problem with libstdc++-v3/po Makefile



> I'm not a Makefile guru.  Any ideas on the right fix?

Pretty close!

Here's what I checked in:


2002-01-07  Benjamin Kosnik  <bkoz@redhat.com>
	    Craig Rodrigues  <rodrigc@mediaone.net>

	libstdc++/5174
	* po/Makefile.am (mkinstalldirs): Add.
	* po/Makefile.in: Regenerate.

Index: po/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/po/Makefile.am,v
retrieving revision 1.5
diff -c -p -r1.5 Makefile.am
*** Makefile.am	2001/12/17 09:19:04	1.5
--- Makefile.am	2002/01/07 18:47:25
***************
*** 24,29 ****
--- 24,30 ----
  PACKAGE = @PACKAGE@
  
  # Location of installation directories.
+ mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
  locale_installdir = $(DESTDIR)$(datadir)/locale
  locale_builddir = @glibcpp_localedir@
  


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