* gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / Makefile.in
1 #### host, target, and site specific Makefile frags come in here.
2
3 srcdir = .
4 CFLAGS = -g
5
6 .PHONY: all clean mostlyclean distclean realclean
7
8 all: $(EXECUTABLES)
9
10 clean mostlyclean:
11 -rm -f *.o $(EXECUTABLES) *.diff *~ *.bad core foo twice-tmp.c
12
13 distclean realclean: clean
14 -rm -f Makefile config.status
15
16 Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
17 $(SHELL) ./config.status
This page took 0.028818 seconds and 4 git commands to generate.