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

* config/{alpha,powerpc}/gdbserve.mt: define NWINCLUDES.
This commit is contained in:
J.T. Conklin 1994-10-01 00:25:13 +00:00
parent d3006726b0
commit 496b2222a6
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Fri Sep 30 17:17:21 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* nlm/Makefile.in: Get rid of NWINCLUDES.
* config/{alpha,powerpc}/gdbserve.mt: define NWINCLUDES.
Fri Sep 30 15:59:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdbserver/low-lynx.c (create_inferior): Pass all 4 args to ptrace.

View File

@ -1,3 +1,5 @@
# 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

View File

@ -1,4 +1,5 @@
# 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

View File

@ -73,8 +73,6 @@ NLMCONV_FOR_TARGET = ` \
fi; \
fi`
NWINCLUDES = -I/gaunt/grossman/ALPHA-NLM/940830/clib/include
LD_FOR_TARGET = ` \
if [ -f ../../ld/ld.new ] ; then \
echo ../../ld/ld.new; \