* nlm/Makefile.in: Get rid of NWINCLUDES.

* config/{alpha,powerpc}/gdbserve.mt: Remove NWINCLUDES.
  User should now configure with --with-headers.
This commit is contained in:
J.T. Conklin
1994-10-05 18:44:56 +00:00
parent 66e4e64904
commit 9255037d09
3 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
# Target: GDBSERVE.NLM running on a little-endian Alpha # Target: GDBSERVE.NLM running on a little-endian Alpha
TDEPFILES= alpha.o alpha-io.o TDEPFILES= alpha.o alpha-io.o
CPU_FILE= alpha CPU_FILE= alpha
NWINCLUDES=-I/gaunt/grossman/ALPHA-NLM/940830/clib/include

View File

@ -1,5 +1,3 @@
# Target: GDBSERVE.NLM running on a Power-PC # Target: GDBSERVE.NLM running on a Power-PC
TDEPFILES= ppc.o fake_aio.o TDEPFILES= ppc.o fake_aio.o
CPU_FILE= ppc CPU_FILE= ppc
NWINCLUDES=-I/gaunt/grossman/PPC-NETWARE/sdk/novh

View File

@ -140,7 +140,7 @@ GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS}
# when running make. I.E. "make CFLAGS=-Wmissing-prototypes". # when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
CFLAGS = -g CFLAGS = -g
# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. # 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) LDFLAGS = $(CFLAGS)
# Perhaps should come from parent Makefile # Perhaps should come from parent Makefile