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/nlm/Makefile.in | |
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/nlm/Makefile.in')
-rw-r--r-- | gdb/nlm/Makefile.in | 2 |
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 |