diff options
Diffstat (limited to 'gdb/testsuite/gdb.java/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.java/Makefile.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gdb/testsuite/gdb.java/Makefile.in b/gdb/testsuite/gdb.java/Makefile.in deleted file mode 100644 index 0b0ae1a..0000000 --- a/gdb/testsuite/gdb.java/Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -all info install-info dvi install uninstall installcheck check: - @echo "Nothing to be done for $@..." - -.SUFFIXES: .java .class .o .exe .exp .check - -# Do 'make javamisc.check' to run just the javamisc.exp test. - -.exp.check: - rootme=`pwd`/; export rootme; \ - cd .. ; \ - $(MAKE) just-check RUNTESTFLAGS="${RUNTESTFLAGS} $*.exp" \ - EXPECT=${EXPECT} - -clean mostlyclean: - -rm -f *.o ${OBJS} *.class *.exe *~ core jmain jmisc jnpe jprint - -rm -f *.dwo *.dwp - -distclean maintainer-clean realclean: clean - -rm -f Makefile config.status config.log gdb.log gdb.sum |