From: Yao Qi Date: Sat, 12 Feb 2011 13:07:39 +0000 (+0000) Subject: 2011-02-12 Yao Qi X-Git-Tag: cgen-snapshot-20110301~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=181d9476d84de551b767c2a3a38676b762a31102;p=thirdparty%2Fbinutils-gdb.git 2011-02-12 Yao Qi * Makefile.in (CLEANDIRS): Remove duplicated common dir. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cde4e8deb3f..c80eddb1bbe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-02-12 Yao Qi + + * Makefile.in (CLEANDIRS): Remove duplicated common dir. + 2011-02-11 Pedro Alves * infrun.c (proceed): Move switching out and in of tfind mode from diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7cf9f3d008e..5f91e351d87 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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