* nlm/Makefile.in: Get rid of NWINCLUDES.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 5 Oct 1994 18:44:56 +0000 (18:44 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 5 Oct 1994 18:44:56 +0000 (18:44 +0000)
* config/{alpha,powerpc}/gdbserve.mt: Remove NWINCLUDES.
  User should now configure with --with-headers.

gdb/config/alpha/gdbserve.mt
gdb/config/powerpc/gdbserve.mt
gdb/nlm/Makefile.in

index 3b39a50..71a8604 100644 (file)
@@ -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
index d46870d..1a9c0f4 100644 (file)
@@ -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
index 7c5e891..bcfe1e5 100644 (file)
@@ -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