Fix in-tree, parallel running of Ada tests
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dlang / Makefile.in
CommitLineData
7f420862
IB
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES =
5
6all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
8
9clean mostlyclean:
10 -rm -f *~ *.o *.ci
11 -rm -f *.dwo *.dwp
12 -rm -f core ${EXECUTABLES}
13
14distclean maintainer-clean realclean: clean
15 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.251293 seconds and 4 git commands to generate.