diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-10-05 18:44:56 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-10-05 18:44:56 +0000 |
commit | 9255037d0980e284125e64c687170a3387895462 (patch) | |
tree | 0fded533d54476de5412ab5623f2695b5690a064 /gdb/config | |
parent | 66e4e64904749ef171b8f60726f754ba702bed18 (diff) | |
download | gdb-9255037d0980e284125e64c687170a3387895462.zip gdb-9255037d0980e284125e64c687170a3387895462.tar.gz gdb-9255037d0980e284125e64c687170a3387895462.tar.bz2 |
* nlm/Makefile.in: Get rid of NWINCLUDES.
* config/{alpha,powerpc}/gdbserve.mt: Remove NWINCLUDES.
User should now configure with --with-headers.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/alpha/gdbserve.mt | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/gdbserve.mt | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/alpha/gdbserve.mt b/gdb/config/alpha/gdbserve.mt index 3b39a50..71a8604 100644 --- a/gdb/config/alpha/gdbserve.mt +++ b/gdb/config/alpha/gdbserve.mt @@ -1,5 +1,3 @@ # Target: GDBSERVE.NLM running on a little-endian Alpha TDEPFILES= alpha.o alpha-io.o CPU_FILE= alpha - -NWINCLUDES=-I/gaunt/grossman/ALPHA-NLM/940830/clib/include diff --git a/gdb/config/powerpc/gdbserve.mt b/gdb/config/powerpc/gdbserve.mt index d46870d..1a9c0f4 100644 --- a/gdb/config/powerpc/gdbserve.mt +++ b/gdb/config/powerpc/gdbserve.mt @@ -1,5 +1,3 @@ # Target: GDBSERVE.NLM running on a Power-PC TDEPFILES= ppc.o fake_aio.o CPU_FILE= ppc - -NWINCLUDES=-I/gaunt/grossman/PPC-NETWARE/sdk/novh |