]> sourceware.org Git - newlib-cygwin.git/blobdiff - winsup/cygserver/configure.ac
Cygwin: Drop do-nothing install_host target
[newlib-cygwin.git] / winsup / cygserver / configure.ac
index 9a6baceb76439fb89902b7578a915e2ccce95b04..4ff784e471929534e1e1696e0dc39ce1902e19f2 100644 (file)
@@ -30,16 +30,13 @@ AC_CYGWIN_INCLUDES
 case "$with_cross_host" in
   ""|*cygwin*)
     all_host="all_host"
-    install_host="install_host"
     ;;
   *)
     all_host=
-    install_host=
     ;;
 esac
 
 AC_SUBST(all_host)
-AC_SUBST(install_host)
 
 AC_CHECK_TOOL(AR, ar, ar)
 AC_CHECK_TOOL(AS, as, as)
This page took 0.021532 seconds and 5 git commands to generate.