From: J.T. Conklin Date: Wed, 5 Oct 1994 18:44:56 +0000 (+0000) Subject: * nlm/Makefile.in: Get rid of NWINCLUDES. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9255037d0980e284125e64c687170a3387895462;p=binutils-gdb.git * nlm/Makefile.in: Get rid of NWINCLUDES. * config/{alpha,powerpc}/gdbserve.mt: Remove NWINCLUDES. User should now configure with --with-headers. --- diff --git a/gdb/config/alpha/gdbserve.mt b/gdb/config/alpha/gdbserve.mt index 3b39a50f29c..71a86043201 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 d46870d6f66..1a9c0f44cf3 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 7c5e89126e4..bcfe1e57ac5 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