* Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
[deliverable/binutils-gdb.git] / Makefile.in
index f35233b792e4cde0c1ba9b3fa7a8f8bea32bd454..b8d4994cd5182301511b760235fc9150ffc5c06d 100644 (file)
@@ -191,8 +191,8 @@ INSTALL_TARGET = installdirs \
        $(INSTALL_MODULES) \
        $(INSTALL_TARGET_MODULES) \
        $(INSTALL_X11_MODULES) \
-       $(INSTALL_DOSREL)
-
+       $(INSTALL_DOSREL) \
+       $(EXTRA_TARGET_HOST_INSTALL_MODULES)
 
 CC_FOR_TARGET = ` \
   if [ -f $$r/gcc/xgcc ] ; then \
@@ -749,8 +749,7 @@ INSTALL_MODULES = \
        $(start-sanitize-ide) \
        install-vmake \
        $(end-sanitize-ide) \
-       install-wdiff \
-       $(EXTRA_TARGET_HOST_INSTALL_MODULES)
+       install-wdiff
 
 # This is a list of the targets for all of the modules which are compiled
 # using $(X11_FLAGS_TO_PASS).
@@ -1173,6 +1172,7 @@ install-no-fixedincludes: \
        $(INSTALL_MODULES) \
        $(INSTALL_TARGET_MODULES) \
        $(INSTALL_X11_MODULES) \
+       $(EXTRA_TARGET_HOST_INSTALL_MODULES) \
        gcc-no-fixedincludes 
 
 # Install the gcc headers files, but not the fixed include files,
This page took 0.023231 seconds and 4 git commands to generate.