diff options
Diffstat (limited to 'gdb/testsuite/gdb.disasm/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.disasm/Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/testsuite/gdb.disasm/Makefile.in b/gdb/testsuite/gdb.disasm/Makefile.in deleted file mode 100644 index 6fa8bef3040..00000000000 --- a/gdb/testsuite/gdb.disasm/Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ -#### host, target, and site specific Makefile frags come in here. - -srcdir = . -CFLAGS = -g - -.PHONY: all clean mostlyclean distclean realclean - -all: $(EXECUTABLES) - -clean mostlyclean: - -rm -f *.o $(EXECUTABLES) *.diff *~ *.bad core foo twice-tmp.c - -distclean realclean: clean - -rm -f Makefile config.status - -Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) - $(SHELL) ./config.status |