2011-02-12 Yao Qi <yao@codesourcery.com>
authorYao Qi <yao@codesourcery.com>
Sat, 12 Feb 2011 13:07:39 +0000 (13:07 +0000)
committerYao Qi <yao@codesourcery.com>
Sat, 12 Feb 2011 13:07:39 +0000 (13:07 +0000)
        * Makefile.in (CLEANDIRS): Remove duplicated common dir.

gdb/ChangeLog
gdb/Makefile.in

index cde4e8deb3f7e3d78cb681348bb5eb244ff64f08..c80eddb1bbe6cd2d0d0fdcbe781f91b1b504a30f 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-12  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (CLEANDIRS): Remove duplicated common dir.
+
 2011-02-11  Pedro Alves  <pedro@codesourcery.com>
 
        * infrun.c (proceed): Move switching out and in of tfind mode from
index 7cf9f3d008eaa12ef518b6ddc9aa1f5cda72d093..5f91e351d87eb37a12e0804955a084359657968a 100644 (file)
@@ -902,7 +902,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
 TSOBS = inflow.o
 
 SUBDIRS = doc @subdirs@ data-directory
-CLEANDIRS = $(SUBDIRS) gnulib common
+CLEANDIRS = $(SUBDIRS) gnulib 
 
 # List of subdirectories in the build tree that must exist.
 # This is used to force build failures in existing trees when
This page took 0.02882 seconds and 4 git commands to generate.