2011-02-17 Yao Qi <yao@codesourcery.com>
authorYao Qi <yao@codesourcery.com>
Thu, 17 Feb 2011 02:15:22 +0000 (02:15 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 17 Feb 2011 02:15:22 +0000 (02:15 +0000)
* common/Makefile.in: Add more targets for make.

gdb/ChangeLog
gdb/common/Makefile.in

index d73e4315803716dac6cf8e5ae20f804da28783b4..16add3bdd4ab451bf47295cb3b11b556a402ca20 100644 (file)
@@ -1,3 +1,7 @@
+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.
@@ -21,7 +25,7 @@
        * 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.
index 29f18e0b7b558fe564177dcf0ba7b1f222636832..a87f2d1a2c422c6b1123589a3a3fc8f3a92d6b5b 100644 (file)
@@ -91,3 +91,20 @@ clean mostlyclean:
 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:
+