* Makefile.in: define empty GDB_NLM_DEPS var.
authorJason Molenda <crash@cygnus>
Fri, 31 Mar 1995 19:41:26 +0000 (19:41 +0000)
committerJason Molenda <crash@cygnus>
Fri, 31 Mar 1995 19:41:26 +0000 (19:41 +0000)
        * configure.in(target_makefile_frag): use config/mt-netware
        for netware targets.

all-gdb only builds all-gcc and all-ld if we're building for a netware
target.

configure.in

index 5ee69c3dedaf1c87f4ac977240bd15fa453341b2..563625bf3f7cd0405054ea31247fcf3e2330115a 100644 (file)
@@ -186,6 +186,8 @@ fi
 
 case "${target}" in
   v810*)               target_makefile_frag=config/mt-v810 ;;
+  i[345]86-*-netware*)  target_makefile_frag=config/mt-netware ;;
+  powerpc-*-netware*)   target_makefile_frag=config/mt-netware ;;
 esac
 
 gasdir=gas