* Makefile.in, configure.in: Make winsup builds work with
authorSteve Chamberlain <sac@cygnus>
Tue, 31 Oct 1995 18:32:51 +0000 (18:32 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 31 Oct 1995 18:32:51 +0000 (18:32 +0000)
new scheme.

ChangeLog
Makefile.in
configure.in

index 66634d1..1f709c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+nTue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * Makefile.in, configure.in: Make winsup builds work with
+       new scheme.
+
 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Build the linker on AIX.
index b9dff25..334a774 100644 (file)
@@ -1063,7 +1063,7 @@ all-textutils:
 all-tgas: all-libiberty all-bfd
 all-time:
 all-wdiff:
-all-target-winsup: all-target-newlib 
+all-target-winsup: all-target-newlib  configure-target-winsup 
 configure-target-winsup: configure-target-newlib
 all-uudecode: all-libiberty
 configure-target-libiberty: $(ALL_GCC)
index 0d18965..4e6af36 100644 (file)
@@ -42,7 +42,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
 # these libraries are built for the target environment, and are built after
 # the host libraries and the host tools (which may be a cross compiler)
 #
-target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
+target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++ target-winsup"
 
 
 # these tools are built using the target libs, and are intended to run only
@@ -413,7 +413,7 @@ case "${target}" in
     # always build newlib.
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
     # and winsup
-    configdirs="$configdirs winsup" 
+    configdirs="$configdirs target-winsup" 
     ;;    
   i[345]86-*-pe)
     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx"