* Makefile.in: define empty GDB_NLM_DEPS var.

* 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.
This commit is contained in:
Jason Molenda 1995-03-31 19:41:26 +00:00
parent b062e55c5f
commit 138e85322b
1 changed files with 2 additions and 0 deletions

View 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