* common/Makefile.in: Add more targets for make.
+2011-02-17 Yao Qi <yao@codesourcery.com>
+
+ * common/Makefile.in: Add more targets for make.
+
2011-02-16 Tom Tromey <tromey@redhat.com>
* dwarf2loc.c (unimplemented): Fix typo.
* ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
than axs_rvalue.
-2011-02-16 Yao Qi <yao@qiyaows>
+2011-02-16 Yao Qi <yao@codesourcery.com>
* infrun.c (get_displaced_step_closure_by_addr): New.
* inferior.h: Declare it.
distclean maintainer-clean realclean: clean
-rm -f *~
-rm -f Makefile config.status config.log
+
+.PHONY: install
+install: all
+
+.PHONY: install-only
+install-only:
+
+.PHONY: uninstall
+uninstall:
+
+.PHONY: check installcheck info dvi pdf html
+.PHONY: install-info install-pdf install-html clean-info
+check installcheck:
+info dvi pdf html:
+install-info install-pdf install-html:
+clean-info:
+