diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-28 06:57:44 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-28 06:57:44 +0000 |
commit | d5a78dd064909cf9ccae90e55a760173ccce8896 (patch) | |
tree | f9800f6910bd3f50c50890e2d6442ea38929b760 /libcpp/Makefile.in | |
parent | f489dfdb60c32ec1ae6d769aceba69f06c8dc625 (diff) | |
download | gcc-d5a78dd064909cf9ccae90e55a760173ccce8896.tar.gz |
* Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not
mkinstalldirs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145160 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/Makefile.in')
-rw-r--r-- | libcpp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in index 2d82ebdd8b3..5815f73775b 100644 --- a/libcpp/Makefile.in +++ b/libcpp/Makefile.in @@ -236,7 +236,7 @@ endif # Rule for regenerating the message template. $(PACKAGE).pot: po/$(PACKAGE).pot po/$(PACKAGE).pot: $(libcpp_a_SOURCES) - mkinstalldirs $(srcdir)/po + $(mkinstalldirs) $(srcdir)/po $(XGETTEXT) --default-domain=$(PACKAGE) \ --keyword=_ --keyword=N_ \ --keyword=cpp_error:3 --keyword=cpp_errno:3 \ |