Commit 4973b0f9 by Matthias Klose Committed by Matthias Klose

Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if MULTILIB_OSDIRNAMES is not defined.

2014-03-06  Matthias Klose  <doko@ubuntu.com>

        * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
        MULTILIB_OSDIRNAMES is not defined.

From-SVN: r208383
parent 3af9c5e9
2014-03-06 Matthias Klose <doko@ubuntu.com>
* Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
MULTILIB_OSDIRNAMES is not defined.
2014-03-06 Jakub Jelinek <jakub@redhat.com> 2014-03-06 Jakub Jelinek <jakub@redhat.com>
Meador Inge <meadori@codesourcery.com> Meador Inge <meadori@codesourcery.com>
......
...@@ -1838,7 +1838,7 @@ s-mlib: $(srcdir)/genmultilib Makefile ...@@ -1838,7 +1838,7 @@ s-mlib: $(srcdir)/genmultilib Makefile
"$(MULTILIB_EXCLUSIONS)" \ "$(MULTILIB_EXCLUSIONS)" \
"$(MULTILIB_OSDIRNAMES)" \ "$(MULTILIB_OSDIRNAMES)" \
"$(MULTILIB_REQUIRED)" \ "$(MULTILIB_REQUIRED)" \
"$(MULTIARCH_DIRNAME)" \ "$(if $(MULTILIB_OSDIRNAMES),,$(MULTIARCH_DIRNAME))" \
"$(MULTILIB_REUSE)" \ "$(MULTILIB_REUSE)" \
"@enable_multilib@" \ "@enable_multilib@" \
> tmp-mlib.h; \ > tmp-mlib.h; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment