aboutsummaryrefslogtreecommitdiff
path: root/gdb/nlm/Makefile.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1994-08-29 21:47:40 +0000
committerStu Grossman <grossman@cygnus>1994-08-29 21:47:40 +0000
commit74ace0c87a62fb1b04839524e8a02ff173e54b63 (patch)
treec139eea208be84b26a39f19a26ccba06351faf5f /gdb/nlm/Makefile.in
parente32890404e4d3d1fbbe6ca496517c19683ca0a55 (diff)
downloadgdb-74ace0c87a62fb1b04839524e8a02ff173e54b63.zip
gdb-74ace0c87a62fb1b04839524e8a02ff173e54b63.tar.gz
gdb-74ace0c87a62fb1b04839524e8a02ff173e54b63.tar.bz2
* nlm/Makefile.in: Add rule for .S.o.
* nlm/aio.h: Protect from multiple inclusions. * nlm/alpha-io.S: Remove everything we don't need. * nlm/{alpha-patch.c, alpha-patch.h, alpha-uart.c, alpha-uart.h}: Remove, no longer needed. * nlm/alpha.c: Merge in lots of stuff from previous files. * nlm/alpha.h: Don't #include alpha-patch.h. Make breakpoint_insn extern. * Move stuff from alpha-patch.h into here. * config/alpha/gdbserve.mt (TDEPFILES): Get rid of alpha-uart.o.
Diffstat (limited to 'gdb/nlm/Makefile.in')
-rw-r--r--gdb/nlm/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/nlm/Makefile.in b/gdb/nlm/Makefile.in
index 517fc0f..ea765b1 100644
--- a/gdb/nlm/Makefile.in
+++ b/gdb/nlm/Makefile.in
@@ -196,6 +196,9 @@ TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS}
.c.o:
${CC_FOR_TARGET} -c ${INTERNAL_CFLAGS} $<
+.S.o:
+ ${CC_FOR_TARGET} -c ${INTERNAL_CFLAGS} $<
+
all: gdbserve.nlm
# Traditionally "install" depends on "all". But it may be useful