* Makefile.in (clean): Remove Fission .dwo and .dwp files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / Makefile.in
CommitLineData
c906108c
SS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4.PHONY: all clean mostlyclean distclean realclean
5
696d5a5b
DJ
6all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
c906108c
SS
8
9clean mostlyclean:
67f16606 10 -rm -f *.o *.diff *~ *.bad core h8300s hppa mn10300 sh3
957df313 11 -rm -f *.dwo *.dwp
c906108c
SS
12
13distclean maintainer-clean realclean: clean
1d41d745 14 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 1.132584 seconds and 4 git commands to generate.