Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/m32r/Makefile.in')
-rw-r--r--libgloss/m32r/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgloss/m32r/Makefile.in b/libgloss/m32r/Makefile.in
index ea9eba3d8..12a1be60e 100644
--- a/libgloss/m32r/Makefile.in
+++ b/libgloss/m32r/Makefile.in
@@ -85,9 +85,6 @@ MONSPECS = mon.specs
all: $(CRT0) $(LIBGLOSS) $(MONLIBGLOSS) $(GDBLIB) $(GDBSTUB)
-m32r-stub.o: $(srcdir)/$(MULTISRCTOP)../../gdb/m32r-stub.c
- $(CC) -c $(CFLAGS) -o $@ $(srcdir)/$(MULTISRCTOP)../../gdb/m32r-stub.c
-
libgloss.a: $(LIBOBJS)
$(AR) $(ARFLAGS) $@ $(LIBOBJS)
$(RANLIB) $@
@@ -126,6 +123,7 @@ config.status: configure
# to support SunOS VPATH
crt0.o: crt0.S
m32r-lib.o: m32r-lib.c
+m32r-stub.o: m32r-stub.c
chmod.o: chmod.c
close.o: close.c
exit.o: exit.c