Makefile.in (install-mkheaders): Fix typo, where the multi_dir variable was reference...
authorDoug Rupp <rupp@adacore.com>
Mon, 7 Aug 2017 19:55:55 +0000 (19:55 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Mon, 7 Aug 2017 19:55:55 +0000 (19:55 +0000)
2017-08-07  Douglas Rupp  <rupp@adacore.com>

* Makefile.in (install-mkheaders): Fix typo, where the multi_dir
variable was referenced as multidir in command.

From-SVN: r250930

gcc/ChangeLog
gcc/Makefile.in

index e9b90b0ffdf57b509e098aa176c7a1e3af29715e..091cbb1df3cf23fad8935350281945ed0f4bb572 100644 (file)
@@ -1,3 +1,8 @@
+2017-08-07  Douglas Rupp  <rupp@adacore.com>
+
+       * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
+       variable was referenced as multidir in command.
+
 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/69389
index efca9169671a9e2fc75e6c74e484d05ff88ebc6f..0bde7acf91415275ce7ff42509400153f3ad87ee 100644 (file)
@@ -3776,7 +3776,7 @@ install-mkheaders: stmp-int-hdrs install-itoolsdirs \
        set -e; for ml in `cat fixinc_list`; do \
          multi_dir=`echo $${ml} | sed -e 's/^[^;]*;//'`; \
          $(mkinstalldirs) $(DESTDIR)$(itoolsdatadir)/include$${multi_dir}; \
-         $(INSTALL_DATA) include-fixed$${multidir}/limits.h $(DESTDIR)$(itoolsdatadir)/include$${multi_dir}/limits.h; \
+         $(INSTALL_DATA) include-fixed$${multi_dir}/limits.h $(DESTDIR)$(itoolsdatadir)/include$${multi_dir}/limits.h; \
        done
        $(INSTALL_SCRIPT) $(srcdir)/../mkinstalldirs \
                $(DESTDIR)$(itoolsdir)/mkinstalldirs ; \