diff options
Diffstat (limited to 'gdb/testsuite/gdb.dlang/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.dlang/Makefile.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/testsuite/gdb.dlang/Makefile.in b/gdb/testsuite/gdb.dlang/Makefile.in deleted file mode 100644 index 5527c3e..0000000 --- a/gdb/testsuite/gdb.dlang/Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -VPATH = @srcdir@ -srcdir = @srcdir@ - -EXECUTABLES = - -all info install-info dvi install uninstall installcheck check: - @echo "Nothing to be done for $@..." - -clean mostlyclean: - -rm -f *~ *.o *.ci - -rm -f *.dwo *.dwp - -rm -f core ${EXECUTABLES} - -distclean maintainer-clean realclean: clean - -rm -f Makefile config.status config.log gdb.log gdb.sum |