diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 81c8c94..1da8af6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -361,7 +361,6 @@ SUBDIR_PYTHON_OBS = \ py-function.o \ py-gdb-readline.o \ py-inferior.o \ - py-infevents.o \ py-infthread.o \ py-lazy-string.o \ py-linetable.o \ @@ -400,7 +399,6 @@ SUBDIR_PYTHON_SRCS = \ python/py-function.c \ python/py-gdb-readline.c \ python/py-inferior.c \ - python/py-infevents.c \ python/py-infthread.c \ python/py-lazy-string.c \ python/py-linetable.c \ @@ -2480,10 +2478,6 @@ py-inferior.o: $(srcdir)/python/py-inferior.c $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-inferior.c $(POSTCOMPILE) -py-infevents.o: $(srcdir)/python/py-infevents.c - $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-infevents.c - $(POSTCOMPILE) - py-infthread.o: $(srcdir)/python/py-infthread.c $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-infthread.c $(POSTCOMPILE) |