* 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 3b39a50f29c902b9e1d9e1e01c363ab219087c14..71a860432010b7651a0a1eedd6064811594a121e 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 d46870d6f6696cec83d4fd6202b2fc74bef1b5e7..1a9c0f44cf3ac23085818dd7ae1143d72a06e3b4 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 7c5e89126e4385715f0ca24d6044d7eca330b8db..bcfe1e57ac59c0c67cbdf1b796d809898707cd66 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