2011-02-12 Yao Qi <yao@codesourcery.com>

* Makefile.in (CLEANDIRS): Remove duplicated common dir.
This commit is contained in:
Yao Qi 2011-02-12 13:07:39 +00:00
parent 4cf7a849ef
commit 181d9476d8
2 changed files with 5 additions and 1 deletions

View 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

View 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