]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (check-no): Add.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 10 Aug 2001 07:39:21 +0000 (07:39 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 10 Aug 2001 07:39:21 +0000 (07:39 +0000)
2001-08-09  Benjamin Kosnik  <bkoz@redhat.com>

* po/Makefile.am (check-no): Add.
(check-yes): Same.
* po/Makefile.in: Regenerate.

From-SVN: r44756

libstdc++-v3/ChangeLog
libstdc++-v3/po/Makefile.am
libstdc++-v3/po/Makefile.in

index e5f50f4f7d1dbbe2e3bec2456ecf5e556915da5e..b7d3a85268c3e97fb601bf7b587f5180fccb55ed 100644 (file)
@@ -1,3 +1,9 @@
+2001-08-09  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * po/Makefile.am (check-no): Add.
+       (check-yes): Same.
+       * po/Makefile.in: Regenerate.
+       
 2001-08-09  Benjamin Kosnik  <bkoz@redhat.com>
 
        * acconfig.h (_GLIBCPP_MEM_LIMITS): Define.
index 6243df9aaacaeeb1ef3eac02e39e3cb5b52b9687..fe3a6fbed724aca59fe1ab8de366bba0061c1a32 100644 (file)
@@ -46,7 +46,9 @@ all-local-no:
 all-local-yes: $(LOCALE_OUT) 
 
 # 'make check' needs the catalogs constructed in build directory.
-check:
+check: check-@USE_NLS@
+check-no:
+check-yes:
        $(mkinstalldirs) $(locale_builddir) 
        @catalogs='$(LOCALE_OUT)'; \
        for cat in $$catalogs; do \
@@ -69,8 +71,7 @@ install-data-local-yes: all-local-yes
          lang=`echo $$cat | sed 's/\.mo$$//'`; \
          install_dir=$(locale_installdir)/$$lang/LC_MESSAGES; \
          $(mkinstalldirs) $$install_dir; \
-         build_cat=$(locale_builddir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
-         $(INSTALL_DATA) $$build_cat $$install_dir/$(PACKAGE).mo; \
+         $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
        done
 
 # Specify what gets cleaned up on a 'make clean'
index f3c1c648f134eb07162774fa6f88b09bfc78c876..3a606fdb40dbc7b204418a25528e6aca84a6a5c4 100644 (file)
@@ -280,7 +280,9 @@ all-local-no:
 all-local-yes: $(LOCALE_OUT) 
 
 # 'make check' needs the catalogs constructed in build directory.
-check:
+check: check-@USE_NLS@
+check-no:
+check-yes:
        $(mkinstalldirs) $(locale_builddir) 
        @catalogs='$(LOCALE_OUT)'; \
        for cat in $$catalogs; do \
@@ -303,8 +305,7 @@ install-data-local-yes: all-local-yes
          lang=`echo $$cat | sed 's/\.mo$$//'`; \
          install_dir=$(locale_installdir)/$$lang/LC_MESSAGES; \
          $(mkinstalldirs) $$install_dir; \
-         build_cat=$(locale_builddir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
-         $(INSTALL_DATA) $$build_cat $$install_dir/$(PACKAGE).mo; \
+         $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
        done
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.