aboutsummaryrefslogtreecommitdiff
path: root/gdb/nlm
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1994-10-05 18:44:56 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1994-10-05 18:44:56 +0000
commit9255037d0980e284125e64c687170a3387895462 (patch)
tree0fded533d54476de5412ab5623f2695b5690a064 /gdb/nlm
parent66e4e64904749ef171b8f60726f754ba702bed18 (diff)
downloadfsf-binutils-gdb-9255037d0980e284125e64c687170a3387895462.zip
fsf-binutils-gdb-9255037d0980e284125e64c687170a3387895462.tar.gz
fsf-binutils-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/nlm')
-rw-r--r--gdb/nlm/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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