diff options
-rw-r--r-- | gdb/config/alpha/gdbserve.mt | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/gdbserve.mt | 2 | ||||
-rw-r--r-- | gdb/nlm/Makefile.in | 2 |
3 files changed, 1 insertions, 5 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 diff --git a/gdb/nlm/Makefile.in b/gdb/nlm/Makefile.in index 7c5e891..bcfe1e5 100644 --- a/gdb/nlm/Makefile.in +++ b/gdb/nlm/Makefile.in @@ -140,7 +140,7 @@ GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS} # when running make. I.E. "make CFLAGS=-Wmissing-prototypes". CFLAGS = -g # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. -INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${USER_CFLAGS} ${NWINCLUDES} +INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${USER_CFLAGS} LDFLAGS = $(CFLAGS) # Perhaps should come from parent Makefile |