e515b47028
* configure: Regenerated. * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile. * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp, gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files. * lib/gdb.exp (gdb_skip_xml_test): New function.
14 lines
271 B
Makefile
14 lines
271 B
Makefile
VPATH = @srcdir@
|
|
srcdir = @srcdir@
|
|
|
|
PROGS =
|
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
@echo "Nothing to be done for $@..."
|
|
|
|
clean mostlyclean:
|
|
-rm -f *.ci *.o $(OBJS) $(PROGS) *~ core
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
-rm -f Makefile
|